From 2272376cbac7951cfa53c2dd4136d566b1ead24c Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Wed, 21 Dec 2022 22:06:49 -0500 Subject: dev-python/mistletoe: new package, add 0.9.0 Signed-off-by: Julien Roy --- dev-python/mistletoe/metadata.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dev-python/mistletoe/metadata.xml (limited to 'dev-python/mistletoe/metadata.xml') diff --git a/dev-python/mistletoe/metadata.xml b/dev-python/mistletoe/metadata.xml new file mode 100644 index 0000000..9f226d6 --- /dev/null +++ b/dev-python/mistletoe/metadata.xml @@ -0,0 +1,17 @@ + + + + + julien@jroy.ca + Julien Roy + + mistletoe is a Markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable. + +Apart from being the fastest CommonMark-compliant Markdown parser implementation in pure Python, mistletoe also supports easy definitions of custom tokens. Parsing Markdown into an abstract syntax tree also allows us to swap out renderers for different output formats, without touching any of the core components. + + https://github.com/miyuchina/mistletoe/releases + https://github.com/miyuchina/mistletoe/blob/master/dev-guide.md + https://github.com/miyuchina/mistletoe/issues + miyuchina/mistletoe + + -- cgit v1.2.3