Replies: 2 comments 1 reply
-
|
There is a way: The reason we prefer the numerical character references is that we aim to produce XML-compatible (polyglot) HTML, since this is required for EPUB v5. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
It should be easy to write a script that adds these tags to your file
and passes the output to Pandoc, like:
sed -E 's/(&#?[a-z0-9]+;)/`\1`{=html}/g' < myfile.md | pandoc
|
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.
-
Why can't there be a third way?
Why isn't there a choice to just let the poor entity through unscathed?
And while we're at it, to make up for years of entity victimization, how
about a way to get pandoc to favor
°as the final output?See also #844
Beta Was this translation helpful? Give feedback.
All reactions