Replies: 1 comment
-
|
To add inline code styles using Lua, you can use my code at https://github.com/Achuan-2/pandoc_docx_template/blob/main/lua/add-inline-code.lua |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use custom styles to render inline code(my inline
testhere) and multi-line equation($$\theta + 1$$) in Markdown. I defined two styles, namely "Equation" and "Inline Code", in the file "reference.docx". I want to make Panflute inform Pandoc to use the two styles I specify to render the content within inline code and multi-line equationin Markdown. How should I write the filter function?I found that Pandoc uses the "First Paragraph" style from the "reference.docx" file for display math in panflute.
Besides, I have another question. When using pandoc to convert markdown to docx, why can't panflute recognize the identifiers of the following table?
Beta Was this translation helpful? Give feedback.
All reactions