You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to your Twitter post, I would like to ask how Pandoc's notations are implemented in kunoichi theme (sorry if this is not the correct place to post this question).
I am building xaringan slides, and in the slides, I want to show a figure made using ggplot2 on the right column and incremental lists (some explanations of the figure) on the left column. I am trying to achieve such a two-column layout with incremental lists using Pandoc's fenced div notation and incremental list notation.
Hello @emitanaka,
Related to your Twitter post, I would like to ask how Pandoc's notations are implemented in kunoichi theme (sorry if this is not the correct place to post this question).
I am building xaringan slides, and in the slides, I want to show a figure made using ggplot2 on the right column and incremental lists (some explanations of the figure) on the left column. I am trying to achieve such a two-column layout with incremental lists using Pandoc's fenced div notation and incremental list notation.
Therefore, following one of your Rmd files that produces xaringan, I created an Rmd file to output xarigan slides (
mwe.Rmd
), which callspandoc.js
viaremarkjs_extended.html
as shown below.pandoc.js
partially works and parses fenced divs, but I cannot get the two-column layout and the incremental list.Could you tell me what I am missing?
mwe.Rmd
remarkjs_extended.html
The text was updated successfully, but these errors were encountered: