As mentioned in the pandoc manual, pandoc supports 2D layout when converting markdown to revealjs slides, just need to enable option '--slide-level=2'.
Note: in reveal.js slide shows, if slide level is 2, a two-dimensional layout will be produced, with level-1 headings building horizontally and level-2 headings building vertically.
However, the default implementation of this plugin does not have this option, resulting in the inability to generate 2D layout slides.
Description
As mentioned in the pandoc manual, pandoc supports 2D layout when converting markdown to revealjs slides, just need to enable option '--slide-level=2'.
However, the default implementation of this plugin does not have this option, resulting in the inability to generate 2D layout slides.
I added such option, and it runs normally
Check
prepare a markdown file like this
export it
console log(The first is the unmodified version)
outputs are below
origin version
modified version
Please consider update it in the next update.