Commit 38476cfbb524ce8ed9f76b66a1f702118fbc66a4

Jelmer Borst 2014-02-07T23:12:59

Included another tutorial on Prism Includes the ability to show language name

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/index.html b/index.html
index c36e3c8..049b667 100644
--- a/index.html
+++ b/index.html
@@ -176,6 +176,7 @@
 		<li><a href="http://www.semisedlak.com/article/highlight-your-code-syntax-with-prismjs/">Highlight your code syntax with Prism.js</a></li>
 		<li><a href="http://gmurphey.com/2012/08/09/jekyll-plugin-syntax-highlighting-with-prism.html">Jekyll Plugin: Syntax Highlighting With Prism</a></li>
 		<li><a href="http://byverdu.es/2013/06/tutorial-sobre-prism-js-inserta-ejemplos-de-codigo-en-web-wordpress-y-blogger/">[Spanish] Tutorial sobre Prism.js Como utilizarlo en Web, Wordpress y Blogger</a></li>
+		<li><a href="http://japborst.net/posts/pretty-code-samples">Pretty code samples</a></li>
 	</ul>
 	
 	<p>Please note that the tutorials listed here are not verified to contain correct information. Read at your risk and always check the official documentation here if something doesn’t work :)</p>