./textproc/py-markdown-it-py, Python port of markdown-it

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2.0, Package name: py310-markdown-it-py-2.2.0, Maintainer: pkgsrc-users

This 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


Master sites:

Filesize: 65.547 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-05 08:27:37 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-markdown-it-py: updated to 2.2.0

2.2.0 - 2023-02-22

What's Changed

* ⬆️ UPGRADE: Allow linkify-it-py v2
* 🐛 FIX: CVE-2023-26303
* 🐛 FIX: CLI crash on non-utf8 character
* 📚 DOCS: Update the example
* 📚 DOCS: Add section about markdown renderer
* 🔧 Create SECURITY.md
* 🔧 MAINTAIN: Update mypy's additional dependencies
* Fix typo
* 🔧 Bump GH actions
* 🔧 Update benchmark pkg versions
   2023-02-21 00:34:17 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-markdown-it-py: mark as not for python 2
   2023-02-20 11:52:17 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
py-markdown-it-py: added version 2.1.0

This 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