Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
8 lines
352 B
Plaintext
8 lines
352 B
Plaintext
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
|