Pandoc reStructuredText implementation. See: pandoc.org/ Use PandocTemplate and specify input format
# File lib/tilt/rst-pandoc.rb, line 13 def pandoc_options options.merge!(f: 'rst') super end
# File lib/tilt/rst-pandoc.rb, line 9 def tilt_to_pandoc_mapping { :smartypants => :smart } end