config/slideshow.builtin.yml in slideshow-0.9.1 vs config/slideshow.builtin.yml in slideshow-0.9.2
- old
+ new
@@ -4,19 +4,27 @@
# builtin:
# textile:
# libs: [ whatever ]
-# text filters
+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
- - skip-end-directive
- erb-django-style
- - include-helper-hack
+ - 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:
\ No newline at end of file