mirror of https://github.com/status-im/reagent.git
Update UsingAnEntity.md
This commit is contained in:
parent
8b08c0e1a9
commit
48706d4b4b
|
@ -24,7 +24,7 @@ Instead you should do this:
|
||||||
[:div "hello" (gstring/unescapeEntities " ") "there"]
|
[:div "hello" (gstring/unescapeEntities " ") "there"]
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note;** `unescapeEntities` relies on the DOM to produce a string with unescape entities;
|
**Note:** `unescapeEntities` relies on the DOM to produce a string with unescape entities;
|
||||||
in `nodejs` the DOM is unlikely to be available (unless you try using
|
in `nodejs` the DOM is unlikely to be available (unless you try using
|
||||||
[`jsdom`](https://www.npmjs.com/package/jsdom-global)).
|
[`jsdom`](https://www.npmjs.com/package/jsdom-global)).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue