[ 源代码: python-pandocfilters ]
软件包:python3-pandocfilters(1.5.0-1)
python3-pandocfilters 的相关链接
Debian 的资源:
下载源码包 python-pandocfilters:
- [python-pandocfilters_1.5.0-1.dsc]
- [python-pandocfilters_1.5.0.orig.tar.gz]
- [python-pandocfilters_1.5.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
python3 bindings for Pandoc's filters
Pandoc is a powerful utility to transform various input formats into a wide range of output formats. To alter the exported output document, Pandoc allows the usage of filters, which are pipes that read a JSON serialization of the Pandoc AST from stdin, transform it in some way, and write it to stdout. It allows therefore to alter the processing of Pandoc's supported input formats, for instance one can add new syntax elements to markdown, etc.