Commit f4079d7
committed
docs: add learning about JSON unicode escaping
Go's json.Marshal escapes >, <, & as unicode by default.
Use SetEscapeHTML(false) for shell commands in config files.
Signed-off-by: Jose Alekhinne <alekhinejose@gmail.com>1 parent 2f01c1b commit f4079d7
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| 349 | + | |
| 350 | + | |
0 commit comments