class Rugments::Lexers::Markdown

Public Instance Methods

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