mirror of
https://github.com/status-im/reagent.git
synced 2025-01-27 04:05:50 +00:00
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…
x
Reference in New Issue
Block a user