downforacross / downforacross.com

Web frontend for downforacross.com -- continuation of stevenhao/crosswordsio
https://downforacrosscom.downforacross1.now.sh
MIT License
229 stars 91 forks source link

HTML character codes (e.g. & and  ) not parsed in puzzle titles or clues #124

Open frozenpandaman opened 3 years ago

frozenpandaman commented 3 years ago

Two examples below: image image

stevenhao commented 3 years ago

I think this can be solved by just running _.unescape during puz file decoding -- edits to be made in https://github.com/downforacross/puzjs/blob/master/src/puz.js#L409 and https://github.com/downforacross/downforacross.com/blob/master/package.json#L29.