An open API service indexing awesome lists of open source software.

https://github.com/wenkokke/pandoc-filters

A collection of filters for pandoc.
https://github.com/wenkokke/pandoc-filters

Last synced: 3 months ago
JSON representation

A collection of filters for pandoc.

Awesome Lists containing this project

README

        

# pandoc-filters

A collection of filters for [Pandoc].

| Filter | Description | Pandoc Version | Target Format
|-------------------|-------------------------------------|----------------|--------------
| [crossref] | _Render cross-references._ | `^3.0.1` | _any_
| [embed_pdf] | _Render embedded PDFs._ | `^3.0.1` | HTML, LaTeX
| [possessive_cite] | _Render possessive ('s) citations._ | `^2.17` | _any_
| [theorem] | _Render [amsthm]-style theorems._ | `^2.17` | HTML, LaTeX

[pandoc]: https://pandoc.org/
[crossref]: crossref/README.md
[embed_pdf]: embed_pdf/README.md
[possessive_cite]: possessive_cite/README.md
[theorem]: theorem/README.md
[amsthm]: https://www.ctan.org/pkg/amsthm