guntrip / table-magic

Converts between CSV, HTML and Markdown. Has a little form editor and a preview.
http://stevecat.net/table-magic/
MIT License
416 stars 38 forks source link

Not escaping single quotes. #4

Closed guntrip closed 8 years ago

guntrip commented 8 years ago

You're not escaping correctly

becomes

You\'re not escaping correctly

when it should be:

"You're not escaping correctly"