# File lib/rouge/lexers/markdown.rb, line 14
      def html
        @html ||= HTML.new(options)
      end