-1

Let's say a Yew app currently uses,

{ "<strong>foo</strong>" }

How can I emit that in such a fashion that it's not safely encoded as HTML, and instead rendered by the client as HTML and sent out unencoded.

user157251
  • 64,489
  • 38
  • 208
  • 350

1 Answers1

0

This is not currently supported. Follow the proposal on GitHub (with a mention of the workarounds)

https://github.com/yewstack/yew/issues/182

user157251
  • 64,489
  • 38
  • 208
  • 350