-
I'm writing a Quarto document with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think this is not built-in Pandoc and we did not do anything specific around this. Current advice for Pandoc is to use a Lua filter (https://github.com/pandoc/lua-filters/tree/master/pandoc-quotes.lua) to do this. Details are given in their man page It should work with Quarto, even if it has not been ported as an extension in https://github.com/pandoc-ext/ Related issue in upstream Pandoc jgm/pandoc#2620 @dragonstyle do you think we could bring this type of filter as a built in feature in Quarto ? Maybe as an extension it is ok though |
Beta Was this translation helpful? Give feedback.
I think this is not built-in Pandoc and we did not do anything specific around this. Current advice for Pandoc is to use a Lua filter (https://github.com/pandoc/lua-filters/tree/master/pandoc-quotes.lua) to do this. Details are given in their man page
It should work with Quarto, even if it has not been ported as an extension in https://github.com/pandoc-ext/
Related issue in upstream Pandoc jgm/pandoc#2620
@dragonstyle do you think we could bring this type of filter as a built in feature in Quarto ? Maybe as an extension it is ok though