diff --git a/faq.html b/faq.html index 895f7efd2e..7e25bf8f37 100644 --- a/faq.html +++ b/faq.html @@ -82,7 +82,7 @@

Why is pre-existing HTML stripped off?

If pre-existing HTML is stripped off, how can I highlight certain parts of the code?

There is a number of ways around it. You can always break the block of code into multiple parts, and wrap the HTML around it (or just use a .highlight class). - You can see an example of this in action at the “Basic usage” section of the homepage.

+ You can see an example of this in action at the “Basic usage” section of the homepage.

Another way around the limitation is to use the Line Highlght plugin, to highlight and link to specific lines and/or line ranges.