A Textile filter for the manual generation tasklib.
Process the given source as Textile and return the resulting HTML fragment.
# File lib/hoe/manualgen.rb, line 513 def process( source, *ignored ) formatter = RedCloth::TextileDoc.new( source ) formatter.hard_breaks = false formatter.no_span_caps = true return formatter.to_html end
Generated with the Darkfish Rdoc Generator 2.