render markdown nested lists
Project description
Installation
$ [sudo] pip install markdown-lists
Examples
>>> import markdown_lists >>> lists = ["item1",["subitem11","subitem12"],"item2"] >>> markdown_lists.render(lists) + item1 + subitem11 + subitem12 + item2
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.