We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
pine/shared/src/main/scala/pine/macros/InlineHtml.scala
Line 90 in 8d04f44
The text was updated successfully, but these errors were encountered:
Thanks for the report! Yes, this is most likely the reason. As a workaround, you could use an external file.
I am planning to use a streaming HTML parser (#12) which would eliminate the need for inserting placeholders.
Sorry, something went wrong.
@tindzk Is this one also fixed in v0.1.7?
@erikvanoosten Unfortunately, the issue has not been fixed yet, but I will work on it soon. Sorry it has taken so long!
tindzk
No branches or pull requests
In pine 0.2 the following was quite unexpected:
Where did the underscore go to?
Is this because of
pine/shared/src/main/scala/pine/macros/InlineHtml.scala
Line 90 in 8d04f44
The text was updated successfully, but these errors were encountered: