Test commit again
This commit is contained in:
parent
439cfec97b
commit
d7dccca810
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ These highlighted words ARE case senstive. You can make them not case sensitive
|
|||
Highlighted words will automatically highlight adjacent letters. So, for example, `NodeJS-generated` will all be highlighted green, as `NodeJS` is a keyword.
|
||||
|
||||
If a highlighted word finds adjacent paranthesis, then the entire parenthesis will be highlighted.
|
||||
For example `(Godot Engine is super cool)` will all be highlighted blue. So will `(My favorite utoid is Teto)`. But, on the other hand, `(Don't you think Javascript sucks?)` will only have `Javascript` highlighted.
|
||||
For example `(Godot Engine is super cool)` will all be highlighted blue. So will `(My favorite UTAUloid is Teto)`. But, on the other hand, `(Don't you think Javascript sucks?)` will only have `Javascript` highlighted.
|
||||
|
||||
### Dynamic HTML
|
||||
In `pageUpdater.js`, is a dictionary that specifies keywords to look for. Then, if it finds those keywords, and replaces them with HTML.
|
||||
|
|
Loading…
Reference in a new issue