How do I put HTML entity inside view!{}? #2299
Unanswered
trevorwslee
asked this question in
Q&A
Replies: 1 comment
-
You can't, because these are used to set the You can, however, use ordinary Unicode in strings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It appears to me that the following — will just be rendered as "—", not a — that I want
view! {
—
}
Please help to hint the correct way to put HTML entity inside view!{}
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions