class Rouge::Lexers::Markdown

Public Instance Methods

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