Module: WhatTheGem::TTYMarkdownPatch

Defined in:
lib/whatthegem/tty-markdown_patch.rb

Instance Method Summary collapse

Instance Method Details

#convert_br(el, opts) ⇒ Object



3
4
5
# File 'lib/whatthegem/tty-markdown_patch.rb', line 3

def convert_br(el, opts)
  opts[:result] << "\n"
end