Added support for reading and writing Markdown tables. An example is in the examples directory and can be demonstrated with
sh
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.