# File lib/yard/templates/helpers/markup/rdoc_markup.rb, line 30 def to_html formatter = RDocMarkupToHtml.new formatter.from_path = from_path html = @markup.convert(@text, formatter) html = fix_dash_dash(html) html = fix_typewriter(html) html end