🐛 Bug Report
Prerequisites
Description
Html entities inside inline svg does not render correctly. They seems to be escaped twice.
Yes
Steps to reproduce
Here are the steps to reproduce the issue.
- Create a SVG with special characters like < or >.
- Add it to any doc by inlining it (see this)
Expected behavior

Actual behavior

For your information, I can use the <img> tag and it works just fine, but I need the text to be selectable (yeah...that's a weird requirement...I know....).
Your environment
- Windows 10 Build 19042.1083
- Firefox 89.2.2
- NodeJs 7.3.0
Reproducible demo
Live Demo : [Deleted]
Repo : [Deleted]
intro.md file : [Deleted]
🐛 Bug Report
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
Html entities inside inline svg does not render correctly. They seems to be escaped twice.
Have you read the Contributing Guidelines on issues?
Yes
Steps to reproduce
Here are the steps to reproduce the issue.
Expected behavior
Actual behavior
For your information, I can use the
<img>tag and it works just fine, but I need the text to be selectable (yeah...that's a weird requirement...I know....).Your environment
Reproducible demo
Live Demo : [Deleted]
Repo : [Deleted]
intro.mdfile : [Deleted]