gen_url(url, text) Instance Public methods Creates a Markdown-style URL from url with text.
handle_rdoc_link(url) Instance Public methods Handles rdoc- type links for footnotes.
handle_special_HARD_BREAK(special) Instance Public methods Adds a newline to the output
handle_special_RDOCLINK(special) Instance Public methods Converts the rdoc-â¦: links into a Markdown.style links.
handle_special_TIDYLINK(special) Instance Public methods Converts the RDoc markup tidylink into a Markdown.style link.
init_tags() Instance Public methods Maps attributes to HTML sequences
new(markup = nil) Class Public methods Creates a new formatter that will output (mostly) RDoc markup
accept_blank_line(blank_line) Instance Public methods Adds blank_line to the output
accept_block_quote(block_quote) Instance Public methods Adds paragraph to the output
accept_heading(heading) Instance Public methods Adds heading to the output
Page 908 of 11844