Skip to main content

render markdown nested lists

Project description

Installation

$ [sudo] pip install markdown-lists

Functions

function __doc__
markdown_lists.render(lists, depth=1) return a string with markdown nested lists

Examples

>>> import markdown_lists

>>> lists = ["item1",["subitem11","subitem12"],"item2"]
>>> markdown_lists.render(lists)
+   item1
    +   subitem11
    +   subitem12
+   item2

readme-generator

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

markdown-lists-2019.3.30.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distribution

markdown_lists-2019.3.30-py2.py3-none-any.whl (2.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page