-
I'm converting pandoc JSON to docx. Quoted(DoubleQuote) inlines are rendered between English double quotes in docx. I'd like to render them between « » (guillemots). I know how to write a lua filter that puts
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It's not quite what you're asking for, but the |
Beta Was this translation helpful? Give feedback.
-
Thank you, @tarleb that's the sort of filter I was going to write, though Since docx is an end format, not the one for semantic storage, the removal of the |
Beta Was this translation helpful? Give feedback.
It's not quite what you're asking for, but the
pandoc-quotes
filter is rather nice.