How to get tables from wikipedia into markdown without loosing the formatting
OCR is cool, the thing on iphone can preserve some formatting but I was loosing the formatting on my mac. if you mess with my tables thats a deal breaker for me. heres my web tools solution:
of course you could use pandoc
$ pandoc input.csv -t markdown -o output.md
theres a python package called csvtomd
pip install csvtomd
$ csvtomd input.csv > output.md
No comments:
Post a Comment