class RougeLines::Lexers::Markdown
Public Instance Methods
html()
click to toggle source
# File lib/rouge-lines/lexers/markdown.rb, line 13 def html @html ||= HTML.new(options) end
# File lib/rouge-lines/lexers/markdown.rb, line 13 def html @html ||= HTML.new(options) end