Module: Slideshow::RestEngines
- Included in:
- Gen
- Defined in:
- lib/slideshow/markup/rest.rb
Overview
reStructuredText
Instance Method Summary collapse
Instance Method Details
#rest_to_html(content) ⇒ Object
6 7 8 9 10 |
# File 'lib/slideshow/markup/rest.rb', line 6 def rest_to_html( content ) puts " Converting reStructuredText (#{content.length} bytes) to HTML..." content = PandocRuby.new( content, :from => :rst, :to => :html ).convert end |