damianavila/RISE

Is it possible to use reveal.js markdown parser instead of jupyter's

artsiom-aliakseichyk opened this issue · 1 comments

I want to use the benefits of RevealJS markdown parser, such as attributes, for more precise styling.
What I found in code that RISE works with already executed cells (if I understood correctly)

function smartExec() {

Just wondering is there any plans to use plain markdown from cells and parse it on the front end side? Or maybe exists any workaround not with RISE but with Jupyter to use a different markdown parser instead of built-in.

Thanks

Currently, there are no plans to use any other parser in RISE.
RISE is essentially a slideshow-based "view" of the notebook and we will keep that concept for now.

About workarounds, if you have any other parser in the notebook (provided by some other extension, for instance), I guess you will be able to show that in RISE 😉.