We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://hub.stenci.la/elife/article-61523/snapshots/5 we noticed that HTML tags are being shown literally e.g.
Our suspicion is that they are being escaped by the HTML codec at this point:
encoda/src/codecs/html/index.ts
Line 2431 in c9aa4e0
The text was updated successfully, but these errors were encountered:
fix(HTML): Use innerHTML to avoid escaping in JSON
ba05c3e
Closes #749
chore(release): 0.102.2 [skip ci]
3a6dc5d
## [0.102.2](v0.102.1...v0.102.2) (2020-11-11) ### Bug Fixes * **HTML:** Use innerHTML to avoid escaping in JSON ([ba05c3e](ba05c3e)), closes [#749](#749)
🎉 This issue has been resolved in version 0.102.2 🎉
The release is available on:
v0.102.2
Your semantic-release bot 📦🚀
Sorry, something went wrong.
nokome
Successfully merging a pull request may close this issue.
In https://hub.stenci.la/elife/article-61523/snapshots/5 we noticed that HTML tags are being shown literally e.g.
Our suspicion is that they are being escaped by the HTML codec at this point:
encoda/src/codecs/html/index.ts
Line 2431 in c9aa4e0
The text was updated successfully, but these errors were encountered: