OlivierBlanvillain / monadic-html

Tiny DOM binding library for Scala.js
https://olivierblanvillain.github.io/monadic-html/examples/
MIT License
225 stars 24 forks source link

EntityRef("#182") #67

Closed OlivierBlanvillain closed 7 years ago

OlivierBlanvillain commented 7 years ago

transformEntityRef needs to be update to handle this syntax, expected behavior is: https://alvinalexander.com/scala/scala-xml-entityref-example-unicode-character

OlivierBlanvillain commented 7 years ago

<div>&#182;</div> should work, nothing special to be done on the library side of scala.xml