pandoc_attributes: A parser and generator for pandoc block attributes¶
Description¶
This is a simple parser / emitter for pandoc block attributes, intended for use with pandocfilters.
License¶
BSD 2-Clause License
Upstream Contact¶
Author: Aaron O’Leary
Home page: https://github.com/aaren/pandoc-attributes
Special Update/Build Instructions¶
There are no release numbers, hence find the latest commit, download https://github.com/aaren/pandoc-attributes/archive/${COMMIT}.zip and rename it pandoc_attributes-${COMMIT:0:8}.zip
Type¶
optional
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information¶
package-version.txt:
8bc82f6d
version_requirements.txt:
pandoc_attributes >=8bc82f6d
Equivalent System Packages¶
$ conda install pandoc-attributes
See https://repology.org/project/pandoc-attributes/versions, https://repology.org/project/python:pandoc-attributes/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.