This is the first release of markdown-creation!!
It is not uploaded to PyPI yet but I'm looking forward to it!
What is markdown-creation?
markdown-creation is a Python Module which lets you write Markdown Files (`.md` files like `README.md`)
Especially useful when it comes down to creating your documentations programmatically (writing scripts to automate things) or rendering files for web servers, it can do many things!
Features
- Markdown File Creation
- Automatic Table of Content creation
- Table creation
- HTML output (normal or minified)
- Less syntax errors
- Easy to use