[ buster ]
[ ソース: python-pandocfilters ]
パッケージ: python-pandocfilters (1.4.2-1)
python-pandocfilters に関するリンク
Debian の資源:
python-pandocfilters ソースパッケージをダウンロード:
- [python-pandocfilters_1.4.2-1.dsc]
- [python-pandocfilters_1.4.2.orig.tar.gz]
- [python-pandocfilters_1.4.2-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [pypi.python.org]
類似のパッケージ:
python 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.
This package provides Python bindings.