{ "info": { "author": "Lele Gaifax", "author_email": "lele@metapensiero.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": ".. -*- coding: utf-8 -*-\n.. :Project: metapensiero.markup.semtext -- a Simple Enough Markup\n.. :Created: Wed 23 Nov 2016 09:14:23 CET\n.. :Author: Lele Gaifax \n.. :License: GNU General Public License version 3 or later\n.. :Copyright: \u00a9 2016, 2017 Arstecnica s.r.l.\n.. :Copyright: \u00a9 2018 Lele Gaifax\n..\n\n=============================\n metapensiero.markup.semtext\n=============================\n\na Simple Enough Markup\n======================\n\n:author: Lele Gaifax\n:contact: lele@metapensiero.it\n:license: GNU General Public License version 3 or later\n\nImplement a minimalistic markup usable in the various descriptions, with just the needed\nelements: headings and paragraphs containing plain, **bold** or *italic* text, `hyper\n` and unordered lists.\n\nThe internal representation is a tree of nodes, and a set of functions to transpose it to/from\na textual format, HTML and `Quill Delta`__ are included.\n\n__ https://quilljs.com/docs/delta/\n\n\n.. -*- coding: utf-8 -*-\n\nChanges\n-------\n\n0.21 (2019-09-20)\n~~~~~~~~~~~~~~~~~\n\n- Explain assertion errors, to avoid meaningless logging messages\n\n- Suppress warning on ignored ``
`` tags\n\n\n0.20 (2019-09-02)\n~~~~~~~~~~~~~~~~~\n\n- Ignore ``code-block`` attributes\n\n\n0.19 (2019-07-16)\n~~~~~~~~~~~~~~~~~\n\n- Workaround a degenerated case involving empty hrefs\n\n\n0.18 (2019-07-12)\n~~~~~~~~~~~~~~~~~\n\n- Completely ignore ``