summaryrefslogtreecommitdiff
path: root/textproc/py-markdown-it-py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mk: switch PYTHON_REL to 5 digits to support python 3.10.xDmitry Marakasov2021-05-251-1/+1
| | | | | | | PR: 255013 Differential Revision: https://reviews.freebsd.org/D29418 Exp-run by: antoine Approved by: wen@, no objection from python@ or portmgr@
* textproc/py-markdown-it-py: Update to 1.1.0Po-Chuan Hsieh2021-05-163-15/+4
| | | | Changes: https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md
* textproc/py-markdown-it-py: Fix setup.cfg for py-attrs 21.2.0 updatePo-Chuan Hsieh2021-05-122-2/+13
| | | | - Bump PORTREVISION for package change
* textproc/py-markdown-it-py: Update to 1.0.0Po-Chuan Hsieh2021-05-072-7/+13
| | | | Changes: https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.6.2Sunpoet Po-Chuan Hsieh2021-02-172-4/+4
| | | | | | | Changes: https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=565629
* Update to 0.6.1Sunpoet Po-Chuan Hsieh2021-01-062-4/+4
| | | | | | | Changes: https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=560606
* Add py-markdown-it-py 0.6.0Sunpoet Po-Chuan Hsieh2020-12-193-0/+36
markdown-it-py is a Python port of markdown-it, and some of its associated plugins. - Follows the CommonMark spec for baseline parsing - Configurable syntax: you can add new rules and even replace existing ones. - Pluggable: Adds syntax extensions to extend the parser (see the plugin list). - High speed (see our benchmarking tests) - Safe by default WWW: https://github.com/executablebooks/markdown-it-py Notes: svn path=/head/; revision=558478