File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const highlighter = new Highlight({
41
41
html: true
42
42
})
43
43
44
- document .
body .
innerHTML += highlighter .
highlight (
" SELECT `id`, `username` FROM `users` WHERE `email` = '[email protected] '" )
)
44
+ document .
body .
innerHTML += highlighter .
highlight (
" SELECT `id`, `username` FROM `users` WHERE `email` = '[email protected] '" )
45
45
```
46
46
47
47
** Output:**
@@ -63,7 +63,7 @@ Options may be passed to the constructor while instantiating the `Highlighter` c
63
63
64
64
| Option | Value | Default | Description |
65
65
| --- | --- | --- | --- |
66
- | html | ` boolean ` | ` true ` | Set to true to render HTML instead of Unicode.
66
+ | html | ` boolean ` | ` false ` | Set to true to render HTML instead of Unicode.
67
67
| classPrefix | ` string ` | ` 'sql-hl-' ` | Prefix to prepend to classes for HTML span-tags. Is appended with entity name.
68
68
| colors | ` Object ` | _ See below_ * | What color codes to use for Unicode rendering.
69
69
You can’t perform that action at this time.
0 commit comments