mirror of https://github.com/status-im/reagent.git
Update UsingAnEntity.md
This commit is contained in:
parent
5eed9d3fc2
commit
960aca36c8
|
@ -24,8 +24,8 @@ Instead you should do this:
|
|||
[:div "hello" (gstring/unescapeEntities " ") "there"]
|
||||
```
|
||||
|
||||
Note that `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
|
||||
**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
|
||||
[`jsdom`](https://www.npmjs.com/package/jsdom-global)).
|
||||
|
||||
***
|
||||
|
|
Loading…
Reference in New Issue