Skip to content
New issue

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

Plotly: Fix encoding of JSON data #749

Closed
nokome opened this issue Nov 10, 2020 · 1 comment · Fixed by #752
Closed

Plotly: Fix encoding of JSON data #749

nokome opened this issue Nov 10, 2020 · 1 comment · Fixed by #752
Assignees
Labels

Comments

@nokome
Copy link
Member

nokome commented Nov 10, 2020

In https://hub.stenci.la/elife/article-61523/snapshots/5 we noticed that HTML tags are being shown literally e.g.

image

Our suspicion is that they are being escaped by the HTML codec at this point:

JSON.stringify(data)

@nokome nokome self-assigned this Nov 10, 2020
nokome added a commit that referenced this issue Nov 11, 2020
stencila-ci added a commit that referenced this issue Nov 11, 2020
## [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)
@stencila-ci
Copy link
Collaborator

🎉 This issue has been resolved in version 0.102.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants