Elm - do not escape html string

Viewed 1321

The documentation of ELM Html clearly states that

It will escape the string so that it appears exactly as you specify

How should I do then if I want to escape the string, instead?

For example, suppose I have the string "“", how could I render it as ā€œ?

2 Answers
Related