2026-01-08 17:24:14
I hadn’t planned to do this today, but I just added a new filter to pandoc-lecturenotes https://github.com/mxpiotrowski/pandoc-lecturenotes, which allows you to produce slides in any of the formats supported by
I hadn’t planned to do this today, but I just added a new filter to pandoc-lecturenotes https://github.com/mxpiotrowski/pandoc-lecturenotes, which allows you to produce slides in any of the formats supported by
@… C'est bizarre... Disons que mon document s’appelle short_example.md et je me trouve dans le dossier pandoc-lecturenotes (donc le filtre se trouve dans le sous-dossier filters):
pandoc -s -t revealjs -L filters/native-slides.lua short_example.md > short_example.revealjs.html
Ça ne marche pas?
@… C'est bizarre... Disons que mon document s’appelle short_example.md et je me trouve dans le dossier pandoc-lecturenotes (donc le filtre se trouve dans le sous-dossier filters):
pandoc -s -t revealjs -L filters/native-slides.lua short_example.md > short_example.revealjs.html
Ça ne marche pas?
Does anyone know of any examples of #Pandoc Lua filters that implement some kind of inheritance of attributes?
Specifically, I’d like to take the language possibly set by enclosing blocks into account when processing inline elements.
Does anyone know of any examples of #Pandoc Lua filters that implement some kind of inheritance of attributes?
Specifically, I’d like to take the language possibly set by enclosing blocks into account when processing inline elements.
Does anyone know of any examples of #Pandoc Lua filters that implement some kind of inheritance of attributes?
Specifically, I’d like to take the language possibly set by enclosing blocks into account when processing inline elements.