diff --git a/static/faq/index.html b/static/faq/index.html index fe00df1..dd72bb5 100644 --- a/static/faq/index.html +++ b/static/faq/index.html @@ -33,7 +33,7 @@

I like the way it looks to have certain words be highlighted, makes it look fancier and easier to read (imo). So, when I remade this site, I went ahead and added an Automatic Word Highlighting System! This allows me have words automatically highlighted, on the server side, without having to do it in the code manually. Here's the current list of highlighted words:

{ALL_HIGHLIGHTS}

As time continues, more words are added to the highlighting list, and I'm slowly adding more features, like disabling case sensitivity, boldness, italics, outlines, and more.

-

You may notice some highlighted words are "missing" on this list. This is because characters adjacent to the highlighted word are highlighted, too! What that means is, I can type HolyCowabungaILoveUltrakillItsSoEpic and it'll all be highlighted!

+

You may notice some highlighted words are "missing" on this list. This is because characters adjacent to the highlighted word are highlighted, too! What that means is, I can type ILoveTetoTuesday! and it'll all be highlighted!

P.S. If you're wondering what YIP is for, its for YIPPEEEEEEEEEEEEEEEEEEEEEE!


I thought the site doesn't use Javascript? So why is it there?