panflute icon indicating copy to clipboard operation
panflute copied to clipboard

An Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions

Results 36 panflute issues
Sort by recently updated
recently updated
newest added

The test depends on the contents of the user's home directory and is therefore considered broken. The test causes issues for end-users, e.g. when they build the python-panflute AUR package...

#### What The 2.3.1 release URL and tag is `v2.3.0`, (almost) the same as.. well.. 2.3.0 :D - 2.3.0: https://github.com/sergiocorreia/panflute/releases/tag/2.3.0 - 2.3.1: https://github.com/sergiocorreia/panflute/releases/tag/v2.3.0

Quarto generates latex-merge as a RawBlock format. Accept this as a RawBlock format. Specifically Quarto filters generate this JSON from Markdown `![An image](some_image.jpg)`: ``` { "c": [ "latex-merge", "\\begin{figure}[H]" ],...

Closes: #249 This seems to work on my system? The upstream documentation can be found at: * https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html * https://peps.python.org/pep-0621

Hello! `setup.py` has been deprecated for a while now (although support hasn't yet bet removed). It would be nice if this project moved away from it before something actually breaks...

Starting with [Pandoc 3.1.6.1](https://hackage.haskell.org/package/pandoc-3.1.6.1), the compatible version of the Pandoc API (on Hackage: [pandoc-types](https://hackage.haskell.org/package/pandoc-types) has changed to 1.23.0.1 and later to 1.23.1 (latest). It would be great if you (or...