Is it possible to use reveal.js markdown parser instead of jupyter's
artsiom-aliakseichyk opened this issue · 1 comments
artsiom-aliakseichyk commented
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)
RISE/classic/rise/static/main.js
Line 693 in 1aafda9
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
damianavila commented
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 😉.