-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
Explain the problem.
I'm trying to find out if this is a bug in pandoc or pandoc-crossref, therefore there's a bug report in the pandoc-crossref repo, too: lierdakil/pandoc-crossref#465
When converting a MD document to HTML, using the GFM reader, cross references are not parsed, the HTML result looks like this:
However, docx and pdf work!
Commandline options are pandoc --filter pandoc-crossref --mathjax --citeproc --standalone --from gfm+emoji-gfm_auto_identifiers+yaml_metadata_block+attributes+tex_math_gfm example.md -o example.html
Using pandoc --filter pandoc-crossref --mathjax --citeproc --standalone --from markdown example.md -o example.html also works for HTML, but I need the ```math commands from GFM, see also #9121
Pandoc version?
Latest docker container
Big thanks for your dedication, I really love pandoc.

