config/slideshow.builtin.yml in slideshow-0.9.6 vs config/slideshow.builtin.yml in slideshow-0.9.7

- old
+ new

@@ -24,14 +24,17 @@ - erb - code-block-curly-style - dump_content_to_file_debug_text -# markup (textile, markdown) config +# markup (textile, markdown, rest) config textile: extnames: [ .textile, .t ] +rest: + extnames: [ .rst, .rest ] + 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. \ No newline at end of file