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
I am wondering if I can run two markdown processors from .config.js. My use case is that for one of the collections in my website, I want to run the markdown files both to generate regular html pages, and then to also generate reveal.js slides. I have both configurations set up as pandoc defaults files, but I don't know how to pick that collection and tell eleventy to run it through another markdownToHtml processor.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am wondering if I can run two markdown processors from .config.js. My use case is that for one of the collections in my website, I want to run the markdown files both to generate regular html pages, and then to also generate reveal.js slides. I have both configurations set up as pandoc defaults files, but I don't know how to pick that collection and tell eleventy to run it through another markdownToHtml processor.
Edit
This is my repo, by the way: https://github.com/p3palazzo/TAU0009
Beta Was this translation helpful? Give feedback.
All reactions