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.
- Host: GitHub
- URL: https://github.com/wenkokke/pandoc-filters
- Owner: wenkokke
- License: mit
- Created: 2023-02-09T18:48:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T10:33:50.000Z (8 months ago)
- Last Synced: 2025-01-07T21:24:23.342Z (5 months ago)
- Language: Lua
- Size: 343 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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