newsdev / archieml-js

JavaScript parser for the Archie Markup Language (ArchieML)
http://archieml.org
Other
206 stars 19 forks source link

Sandbox doesn't escape output #25

Open aubergene opened 6 years ago

aubergene commented 6 years ago

Enter a value which contains HTML

key: <i>hello</i>

and the output isn't escaped

{
  "key": "hello"
}