Metadata-Version: 1.1
Name: metapensiero.markup.semtext
Version: 0.3
Summary: a Simple Enough Markup
Home-page: https://gitlab.com/metapensiero/metapensiero.markup.semtext.git
Author: Lele Gaifax
Author-email: lele@metapensiero.it
License: GPLv3+
Description: .. -*- coding: utf-8 -*-
        .. :Project:   metapensiero.markup.semtext -- a Simple Enough Markup
        .. :Created:   Wed 23 Nov 2016 09:14:23 CET
        .. :Author:    Lele Gaifax <lele@metapensiero.it>
        .. :License:   GNU General Public License version 3 or later
        .. :Copyright: © 2016, 2017 Arstecnica s.r.l.
        .. :Copyright: © 2018 Lele Gaifax
        ..
        
        =============================
         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.
        
        
        .. -*- coding: utf-8 -*-
        
        Changes
        -------
        
        0.3 (2018-04-20)
        ~~~~~~~~~~~~~~~~
        
        - Support for hyperlinks
        
        - Support for headings
        
        - New function to emit a Quill Delta representation of an AST
        
        
        0.2 (2018-03-10)
        ~~~~~~~~~~~~~~~~
        
        - Fix HTML representation of numbered list items without a value
        
        - Raise a specific InvalidNestingError exception instead of generic AssertionError
        
        
        0.1 (2018-02-25)
        ~~~~~~~~~~~~~~~~
        
        - Renamed to metapensiero.markup.semtext
        
        
        0.0 (unreleased)
        ~~~~~~~~~~~~~~~~
        
        - Initial effort.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
