Template
Asciidoctor implementation for AsciiDoc see: asciidoctor.github.com/
Asciidoctor is an open source, pure-Ruby processor for converting AsciiDoc documents or strings into HTML 5, DocBook 4.5 and other formats.
# File lib/tilt/asciidoc.rb, line 30 def allows_script? false end
# File lib/tilt/asciidoc.rb, line 26 def evaluate(scope, locals, &block) @output ||= Asciidoctor.render(data, options, &block) end
Generated with the Darkfish Rdoc Generator 2.