rabbit-shocker / rabbit

A programmable presentation tool by Ruby.
http://rabbit-shocker.org/
Other
252 stars 43 forks source link

Asciidoc support? #149

Open bkmgit opened 1 year ago

bkmgit commented 1 year ago

Add support for generating slides using Asciidoc. Can add this if of interest?

kou commented 1 year ago

We can do it because we can use https://rubygems.org/gems/asciidoctor to parse AsciiDoc.

bkmgit commented 1 year ago

Thanks. Related issue https://github.com/asciidoctor/asciidoctor/issues/4404