Skip to content

Underscores are removed from html #47

@erikvanoosten

Description

@erikvanoosten

In pine 0.2 the following was quite unexpected:

scala> import pine._
import pine._

scala> html"<span>_</span>".toHtml
res0: String = <span></span>

Where did the underscore go to?

Is this because of

// TODO Find a better solution
?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions