class Tilt::RstPandocTemplate

Pandoc reStructuredText implementation. See: pandoc.org/ Use PandocTemplate and specify input format

Public Instance Methods

pandoc_options() click to toggle source
# File lib/tilt/rst-pandoc.rb, line 13
def pandoc_options
  options.merge!(f: 'rst')
  super
end
tilt_to_pandoc_mapping() click to toggle source
# File lib/tilt/rst-pandoc.rb, line 9
def tilt_to_pandoc_mapping
  { :smartypants => :smart }
end