Commit e8cb6d4c4dd31a73c8956ed070f75bb358687b7b

Golmote 2018-03-30T08:55:13

Website: Add link to Keep Markup plugin in FAQ

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/faq.html b/faq.html
index 5e7ae7c..31903a5 100644
--- a/faq.html
+++ b/faq.html
@@ -75,7 +75,7 @@
 	<h1>Why is pre-existing HTML stripped off?</h1>
 	
 	<p>Because it would complicate the code a lot, although it’s not a crucial feature for most people. 
-	If it’s very important to you, there are sufficient hooks to allow you to <a href="extending.html#writing-plugins">write a plugin</a> that retains it.</p>
+	If it’s very important to you, you can use the <a href="plugins/keep-markup/">Keep Markup plugin</a>.</p>
 </section>
 
 <section>