Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Hi there,
I'm using your library to produce HTML tables to good effect in most cases.
However, when the dictionary input involves apostrophes, the output fails to play nice with Folium popups.
Using
html.escapeseems to fix that.For example, running
produces
The first output crashes Folium popups, but the second works with them.
So would it be better for json2html to escape apostrophes in the same way that
html.escapedoes?