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 https://github.com/sparsetech/pine/blob/8d04f44be42a42515ce899d7706b0a4040ab5664/shared/src/main/scala/pine/macros/InlineHtml.scala#L90 ?