mplewis / csvtomd

📝📊 Convert your CSV files into Markdown tables.
MIT License
655 stars 90 forks source link

HTML escape pipes #26

Closed pansapiens closed 5 years ago

pansapiens commented 5 years ago

In the case where the original CSV file contains pipe (|) characters, the resulting Markdown table is mangled. This PR HTML escapes any | characters in the original CSV to | so that the table renders correctly. One exception: when the delimiter is specified as a | it doesn't HTML escape pipes.

mplewis commented 5 years ago

Hi @pansapiens,

Thanks for contributing! At this time I'm not continuing development on the Python version of this tool.

I'm moving work to the following JS projects:

I'm happy to point to your projects if you decide to take over development on the Python version! Just let me know.