metapensiero.markup.semtext

a Simple Enough Markup


License
GPL-3.0+
Install
pip install metapensiero.markup.semtext==0.17

Documentation

metapensiero.markup.semtext

a Simple Enough Markup

Author: Lele Gaifax
Contact: lele@metapensiero.it
license: GNU General Public License version 3 or later

Implement a minimalistic markup usable in the various descriptions, with just the needed elements: headings and paragraphs containing plain, bold or italic text, hyper <link> and unordered lists.

The internal representation is a tree of nodes, and a set of functions to transpose it to/from a textual format, HTML and Quill Delta are included.