Skip to content

Markdown support

Compare
Choose a tag to compare
@hawkfish hawkfish released this 13 Apr 18:48
· 115 commits to main since this release

Added support for reading and writing Markdown tables. An example is in the examples directory and can be demonstrated with

python3 convert.py -i md -o csv < table.md | less

The reverse process can be used with Write to generate Markdown tables from another format. Note that formatting is preserved but may need quoting.