Converting a Span element to a BulletList in a pandoc Lua extension that works for pdf and html
I am trying to take a markdown file that looks like this (this is from a pandoc
conversion of a Word document):
Filter CodeBlocks for target language in Quarto to ipynb conversion
I’m trying to write a lua filter for Quarto/pandoc that removes all code blocks that do not match the target languages as defined in the yaml header of the document. This is the filter I got from another answer:
Quarto/pandoc filter using meta variable
I’m trying to write a lua filter for Quarto/pandoc that removes all code blocks that do not match the target languages as defined in the yaml header of the document. This is the filter I got so far:
How do I create a quarto filter which can update the description of a post listing?
From my tests (and from code), it appears that the message of a listing post cannot be updated on runtime (when quarto is rendering the HTML).