Commit 66512341434c44edb62471141a6f5526eec17cf2

Lea Verou 2012-07-31T22:21:00

Feature list update

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/index.html b/index.html
index 1a0aa12..ddeeabb 100644
--- a/index.html
+++ b/index.html
@@ -85,9 +85,12 @@
 		<li>All styling is done through CSS, with <a href="faq.html#how-do-i-know-which-tokens-i-can-style-for">sensible class names</a> rather than ugly namespaced abbreviated nonsense.</li>
 		<li>Wide browser support: IE9+, Firefox, Chrome, Safari, <a href="faq.html#this-page-doesnt-work-in-opera">Opera</a>, most Mobile browsers</li>
 		<li>Highlights embedded languages (e.g. CSS inside HTML, JavaScript inside HTML)</li>
-		<li>Highlights inline code, not just code blocks</li>
+		<li>Highlights inline code as well, not just code blocks</li>
+		<li>Highlights nested languages (CSS in HTML, JavaScript in HTML</li>
+		<li>It doesn’t force you to use any Prism-specific markup, not even a Prism-specific class name, only standard markup you should be using anyway. So, you can just try it for a while, remove it if you don’t like it and leave no traces behind.</li>
 		<li>Highlight specific lines and/or line ranges (requires <a href="plugins/line-highlight/">plugin</a>)</li>
 		<li>Show invisible characters like tabs, line breaks etc (requires <a href="plugins/show-invisibles/">plugin</a>)</li>
+		<li>Autolink URLs and emails, use Markdown links in comments (requires <a href="plugins/autolinker/">plugin</a>)</li>
 	</ul>
 </section>