Tableau Tables gives you way more control
over the tables you create in Markdown documents. tableau-marked
is the version of Tableau
for the Python Markdown processor.
Here are some samples.
Install the extension:
$ pip install git+https://github.com/tableau-tables/python-tableau-parser
(once things have settled it'll be moved to PyPl.)
Add it to your list of Markdown extensions
markdown.markdown(your_documenti, extensions=[..., 'python-tableau-parser', ...])
If you're using mkdocs, simply add it to the list of extensions in mkdocs.yml
:
markdown_extensions:
- def_list
- python-tableau-parser
- pymdownx.superfences
: :
Pop on over to the documentation site.