Sha256: ef42da477641c92d25a49b0132ab588e277945101f890b1a2490da7a9a34fc39

Contents?: true

Size: 1.26 KB

Versions: 4

Compression:

Stored size: 1.26 KB

Contents

### builtin configuration for arrays
#
#  access or overwrite using nested builtin context e.g.
#  builtin:
#    textile:
#        libs: [ whatever ]


helper:
  unparsed: [ slide, style ]
  renames: [ include, class ]
  exprs: [ class, clear ]

# text filters  
filters:
  - skip-end-directive
  - directives_bang_style_to_percent_style
  - directives_percent_style
  - comments-percent-style 
  - leading-headers
  - erb-django-style
  - erb-rename-helper-hack
  - dump_content_to_file_debug_text_erb
  - erb
  - code-block-curly-style
  - dump_content_to_file_debug_text


# markup (textile, markdown) config
    
textile:
  extnames: [ .textile, .t ]
  
markdown:
  extnames: [ .markdown, .m, .mark, .mkdn, .md, .txt, .text ]

# note: only kramdown is listed as a dependency in gem specs (because it's Ruby only and, thus, easy to install)
#  if you want to use other markdown libs install the required/desired lib e.g.
#  use  gem install rdiscount for rdiscount and so on
#
# also note for now the first present markdown library gets used
#  the search order is first come, first serve, that is: rdiscount, rpeg-markdown, maruku, bluecloth, kramdown (fallback, always present)

  libs:
    - pandoc-ruby
    - rdiscount
    - rpeg-markdown
    - maruku
    - bluecloth
    - kramdown
    

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slideshow-0.9.6 config/slideshow.builtin.yml
slideshow-0.9.5 config/slideshow.builtin.yml
slideshow-0.9.4 config/slideshow.builtin.yml
slideshow-0.9.3 config/slideshow.builtin.yml