| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@
|
|
|
|
| |
Changes: https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md
|
|
|
|
| |
- Bump PORTREVISION for package change
|
|
|
|
| |
Changes: https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md
|
| |
|
|
|
|
|
|
|
| |
Changes: https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=565629
|
|
|
|
|
|
|
| |
Changes: https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=560606
|
|
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
|