Metadata-Version: 2.1
Name: markdown-lists
Version: 2020.12.3
Summary: render markdown nested lists
Home-page: https://github.com/andrewp-as-is/markdown-lists.py
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        [![](https://img.shields.io/pypi/v/markdown-lists.svg?maxAge=3600)](https://pypi.org/project/markdown-lists/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install markdown-lists
        ```
        
        #### Examples
        ```python
        >>> import markdown_lists
        
        >>> lists = ["item1",["subitem11","subitem12"],"item2"]
        >>> markdown_lists.render(lists)
        +   item1
            +   subitem11
            +   subitem12
        +   item2
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: markdown lists
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
