# File lib/yard/templates/helpers/html_helper.rb, line 60
      def html_markup_markdown(text)
        # TODO: other libraries might be more complex
        markup_class(:markdown).new(text).to_html
      end