Replies: 1 comment
-
The You may also find some useful tips for generating DOCX files with pandoc in this article. |
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'm facing an issue when converting text with CSS styles inside HTML tags to DOCX. For example,
<p style="text-align: center;">This text is centered.</p>
is not being reflected correctly in the converted document.One of the attempts to use the Lua filter with a reference DOCX document involved the following code:
,but without success.
Beta Was this translation helpful? Give feedback.
All reactions