Skip to content

HTML output does not include pandoc-crossref items when using GFM reader #10714

@jankap

Description

@jankap

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:

Image

However, docx and pdf work!

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions