Skip to content

Python Markdown

Background

I have been using Static site generators (SSGs) for quite a few years now and over the last couple of years in particular, I have been using MkDocs.

However, I didn't quite find the right tool to allow the generation of markdown from Python, so I wrote my own. The result being t-python-markdown.

t-python-markdown

t-python-markdown is a simple to use markdown generator for Python available through PyPI.

See usage for more details on how to use t-python-markdown and the examples below to see it in use.

Examples

The following examples should help you gain a better understanding of how to use t-python-markdown:

Any problems/suggestions, please let me know.