How to added custom table border XHTML to DOCX #10066
PerlDeveloperSurya
started this conversation in
General
Replies: 3 comments 1 reply
-
@PerlDeveloperSurya If I recall correctly, you can set up a table style in the reference docx named "Table". Export the default reference document, set your borders in that style, save it, and convert with |
Beta Was this translation helpful? Give feedback.
0 replies
-
Pandoc just tries to convert the document's structure. It will ignore any styling information in your XHTML table, including CSS. |
Beta Was this translation helpful? Give feedback.
1 reply
-
See this issue comment |
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.
-
how to render the custom table border XHTML to DOCX
Beta Was this translation helpful? Give feedback.
All reactions