Skip to content

When converting from md to docx, the br tags in tables were ignored. #9536

Closed Answered by jgm
CBAnother asked this question in Q&A
Discussion options

You must be logged in to vote

You could write a Lua filter that matches a RawInline element with format "html" and contents "
" and replaces it with a native pandoc LineBreak element. See the docs on lua filters.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@CBAnother
Comment options

@jgm
Comment options

Answer selected by CBAnother
@CBAnother
Comment options

@CBAnother
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants