pandoc-crossref
                                
                                 pandoc-crossref copied to clipboard
                                
                                    pandoc-crossref copied to clipboard
                            
                            
                            
                        Pandoc filter for cross-references
In the documentation [here](https://lierdakil.github.io/pandoc-crossref/#latex-customization) there is a broken link to ModifyMeta.hs: `https://github.com/lierdakil/pandoc-crossref/blob/master/lib/Text/Pandoc/CrossRef/Util/ModifyMeta.hs`. The correct link is this, I think: https://github.com/lierdakil/pandoc-crossref/blob/master/lib-internal/Text/Pandoc/CrossRef/Util/ModifyMeta.hs
Hi, I found hyperlinks to figures actually located to word bookmarks with the same name as fig ids defined in markdown files. But in fact, these bookmarks were not exist...
Im using `pandoc-crossref v0.3.14.0` `pandoc-2.19.2` my command is: ``` pandoc -F pandoc-crossref -F pandoc-tablenos -M chapters -s testbook.tex -f latex -t docx --toc --toc-depth=4 --top-level-division=chapter --default-image-extension ".png" --reference-doc=test_ref.docx --metadata-file=metadata.yaml -o...
pandoc-crossref 0.3.13.0 as binary-installed over homebrew appears incompatible with pandoc 2.19.2: > WARNING: pandoc-crossref was compiled with pandoc 2.18 but is being run through 2.19.2. This is not supported. Strange...
When viewed as HTML output the subfigure examples given at https://lierdakil.github.io/pandoc-crossref/#subfigures produce different behavior. For the first example Subfigure (containing `{#fig:figureRefA}` and `{#fig:figureRefB}`), the labels `a` and `b` appear below...
In output ODT document, unnumbered equations displayed properly, but numbered equation would wrongly placed between two lines of text, while it should be after the end of text. Unnumbered equation...
Currently pandoc can be implemented `![[image.ext|image_caption]]` syntax according to https://github.com/jgm/pandoc/issues/8853#issuecomment-1698419064 according to the current pandoc-crossref image syntax, hopefully can be like this: `![[image.ext|image_caption]]{#fig:label width=50%}`
Currently pandoc-crossref when targeting typst replace references with text+hyperlinks as it would for html, and will append `\quad ()` in equations. Would it be possible to support native references in...
The readme for this project mentions that it is inspired by pandoc-xnos. Since pandoc-xnos appears to cover the same ground, I think it would help users understand the advantages of...