Sha256: 5230b5aa918b7efdc0c86fd061199f3734a4dba02761686aaa7941bed58f14cf

Contents?: true

Size: 287 Bytes

Versions: 9

Compression:

Stored size: 287 Bytes

Contents

# frozen_string_literal: true
require_relative 'template'
require_relative 'pandoc'

rst = {:f => "rst"}.freeze

# Pandoc reStructuredText implementation. See: # http://pandoc.org/
Tilt::RstPandocTemplate = Tilt::StaticTemplate.subclass do
  PandocRuby.new(@data, rst).to_html.strip
end

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
brakeman-6.2.2 bundle/ruby/3.1.0/gems/tilt-2.4.0/lib/tilt/rst-pandoc.rb
brakeman-6.2.2.rc1 bundle/ruby/3.3.0/gems/tilt-2.4.0/lib/tilt/rst-pandoc.rb
brakeman-6.2.1 bundle/ruby/3.1.0/gems/tilt-2.4.0/lib/tilt/rst-pandoc.rb
brakeman-6.2.0 bundle/ruby/3.1.0/gems/tilt-2.4.0/lib/tilt/rst-pandoc.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/tilt-2.4.0/lib/tilt/rst-pandoc.rb
tilt-2.4.0 lib/tilt/rst-pandoc.rb
getargv-0.3.3-universal-darwin vendor/bundle/ruby/3.3.0/gems/tilt-2.3.0/lib/tilt/rst-pandoc.rb
tilt-2.3.0 lib/tilt/rst-pandoc.rb
tilt-2.2.0 lib/tilt/rst-pandoc.rb