From 6c772d85346092abef3f6bdb8bfc13014c827a7c Mon Sep 17 00:00:00 2001 From: Malcolm Young Date: Sun, 1 May 2016 09:32:03 +0100 Subject: [PATCH] link to index for basic usage - fixes #945 --- faq.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.