Commit a530a1b75363b3e6f8f4022f01b502861f6b2a7c

TheCrambler 2014-07-03T13:32:44

Added Prism.js Tutorail Link Added an extra link to a tutorial I wrote on how to implement Prism.js into a WordPress site.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/index.html b/index.html
index d311791..c332b0e 100644
--- a/index.html
+++ b/index.html
@@ -170,6 +170,7 @@
 	<p>Several tutorials have been written by members of the community to help you integrate Prism into multiple different website types and configurations:</p>
 	
 	<ul>
+		<li><a href="http://crambler.com/how-to-implement-prism-js-syntax-highlighting-into-your-wordpress-site/">How To Implement Prism.js Syntax Highlighting Into Your WordPress Site</a></li>
 		<li><a href="http://www.kevinlorenz.com/blog/prism_js">Syntax highlighting with Prism.js</a></li>
 		<li><a href="http://wp.tutsplus.com/tutorials/plugins/adding-a-syntax-highlighter-shortcode-using-prism-js/">Adding a Syntax Highlighter Shortcode Using Prism.js | WPTuts+</a></li>
 		<li><a href="http://www.stramaxon.com/2012/07/prism-syntax-highlighter-for-blogger.html">Implement PrismJs Syntax Highlighting to your Blogger/BlogSpot</a></li>