Sha256: 94d33bcc6ab3d7a9dcc8aa61a90f385a82dc50ed5dc3788ff27be51de50f6e25
Contents?: true
Size: 400 Bytes
Versions: 2
Compression:
Stored size: 400 Bytes
Contents
# Direct Tilt to use SlideMarkdownTemplate for "md" files Tilt.register RevealCK::Markdown::SlideMarkdownTemplate, 'md' # The following requires are present to avoid warnings such as: # # WARN: tilt autoloading 'tilt/erb' in a non thread-safe way; explicit # require 'tilt/erb' suggested. # # The same goes for tilt/haml, tilt/redcloth require 'tilt/erb' require 'tilt/haml' require 'tilt/redcloth'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
reveal-ck-0.5.1 | lib/reveal-ck/tilt/config.rb |
reveal-ck-0.5.0 | lib/reveal-ck/tilt/config.rb |