summaryrefslogtreecommitdiff
path: root/textproc/py-markdown-math
AgeCommit message (Collapse)AuthorFilesLines
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-02-11py-markdown-math: update to 0.8gutteridge2-7/+7
Version 0.8, 2020-11-03 ======================= * GitLab-style math blocks are now supported in nested environments such as lists. - Thanks to Ran Shaham for the contribution. * Tests now pass with Python-Markdown 3.3.
2020-09-12py-markdown-math: update to 0.7gutteridge3-9/+12
Version 0.7, 2020-06-19 ======================= * This extension now requires Python ≥ 3.4 and Python-Markdown ≥ 3.0. * Fixed deprecation warnings with Python-Markdown 3.x. * Added support for GitLab-style delimiters.
2019-03-01textproc/py-markdown-math: initial importgutteridge4-0/+35
py-markdown-math is a Python extension adding math formula support to py-markdown.