lierdakil / pandoc-crossref

Pandoc filter for cross-references
https://lierdakil.github.io/pandoc-crossref/
GNU General Public License v2.0
911 stars 72 forks source link

Support pandoc 3.1 #375

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

While upgrading pandoc to 3.1, I've found some warnings in the output.

$ /opt/homebrew/opt/pandoc/bin/pandoc -F /opt/homebrew/Cellar/pandoc-crossref/0.3.15.0/bin/pandoc-crossref -o out.html hello.md
WARNING: pandoc-crossref was compiled with pandoc 3.0.1 but is being run through 3.1. This is not supported. Strange things may (and likely will) happen silently.

The actual test went fine in my local. Thanks!

lierdakil commented 1 year ago

New release is live. Sorry for the hold-up.