pandoc-crossref icon indicating copy to clipboard operation
pandoc-crossref copied to clipboard

Pandoc filter for cross-references

Results 102 pandoc-crossref issues
Sort by recently updated
recently updated
newest added

This is not a major issue but it would be nice if a single line break would be supported between a markdown heading or figure and a pandoc crossref attribute...

Could you support the fenced div/span syntax used for tables also for subfigures in addition to a block? ``` :::{#fig:subfigure label="Figure"} ![subfigure caption 1](link_to_image1.png){#fig:subfigure_2} ![subfigure caption 2](link_to_image1.png){#fig:subfigure_1} : Caption :::...

with `subfigGrid=true`, following code in html creates auto-rescales image table. ``` ![sample](./Images/ch1/sample.png){#fig:cfquatSample width=25%} ![star](./Images/star.svg){#fig:cfquatStar width=25%} ![star](./Images/star.svg){#fig:cfquatBlueStar width=25%} ![profcat](./Images/Professortocat.png){#fig:cfquatProf width=25%} ![bluestar2](./Images/bluestar.svg){#fig:cfbs} ![profcat2](./Images/Professortocat.png){#fig:cfpc} ![bluestar3](./Images/bluestar.svg){#fig:cfbs2} ![profcat4](./Images/Professortocat.png){#fig:cfpc2} SVG, pngfiles 25% specified in its row....

As described in the title. Appreciate the new feature, I think the next step would be to computationally set chapter numbers so they are consistent. Example: I set the chapter...

sorry - I missclicked and submitted the issue too early. this reproduces it ```md ![caption a](coolfiga.png){#fig:cfa width=30%} ![caption b](coolfigf.png){#fig:cfb} Cool figure! ![caption a](coolfiga.png){#fig:nfa width=30%} ![caption b](coolfigf.png){#fig:nfb} Nice figure! reference cool...

Hello! I'm looking for a solution to a similar problem [(/issues/329).](https://github.com/lierdakil/pandoc-crossref/issues/329) I want to display a section, subsection, paragraph and subparagraph. I convert markdown (github) to docx file. But I...

enhancement

Last year, for quite some time I've had in a `pandoc.yaml`: ```yaml # ... filters: - pandoc-crossref - citeproc metadata: link-citations: true listings: true variables: # ... figPrefix: # pandoc-crossref...

Not sure if this is really a bug - but I just noticed it, and I thought I should report it (maybe there should be a note in documentation): I...

By default, this package [applies the `ruled` style to code blocks](https://github.com/lierdakil/pandoc-crossref/blob/e28fbed5294186e39db77f2e0a77f0cad3f2961e/lib-internal/Text/Pandoc/CrossRef/Util/ModifyMeta.hs#L100). I want to apply the same style to tables and figures. I have some figures which have subfigures. I...

The last executable for Windows is flagged as Trojan:Script/Wacatac.B!ml by Microsoft Defender. This is the analysis: https://www.virustotal.com/gui/file/52784306a982ac1ba06d2960cc1f7aac220fdf82c9f18cb657cad7e874a39660?nocache=1 The other antivirus give negative results. Also, the Linux version is not flagged...