class Spirit::Render::HTML
HTML
Renderer for Genie Markup Language, which is just GitHub Flavored Markdown with Embedded YAML for describing problems. Designed for use with Redcarpet. @see Spirit::Tilt::Template
@see github.github.com/github-flavored-markdown/
Attributes
nesting[RW]
problems[RW]
Public Class Methods
new(opts={})
click to toggle source
Creates a new HTML
renderer. @param [Hash] opts described in the RedCarpet documentation
Calls superclass method
# File lib/spirit/render/html.rb, line 32 def initialize(opts={}) super RENDERER_CONFIG.merge opts end