From bcd8472564a96dbd4c73f530cb2fa5b3db09bb56 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 3 May 2023 22:31:33 +0300 Subject: textproc/py-mistletoe: add 0.9.0 --- textproc/py-mistletoe/pkg/DESCR | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 textproc/py-mistletoe/pkg/DESCR (limited to 'textproc/py-mistletoe/pkg/DESCR') diff --git a/textproc/py-mistletoe/pkg/DESCR b/textproc/py-mistletoe/pkg/DESCR new file mode 100644 index 0000000..9996dd8 --- /dev/null +++ b/textproc/py-mistletoe/pkg/DESCR @@ -0,0 +1,7 @@ +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. -- cgit v1.2.3