Commit e25a583cf17daa5bce856588aaaf473753f97d85

Albert 2013-06-10T23:17:25

Adding third party tutorial in spanish. Spanish translation of how to use prism.js in Web, Wordpress and Blogger.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/index.html b/index.html
index 9c2798a..3529d67 100644
--- a/index.html
+++ b/index.html
@@ -174,6 +174,7 @@
 		<li><a href="http://schier.co/post/how-to-re-run-prismjs-on-ajax-content">How To Re-Run Prism.js On AJAX Content</a></li>
 		<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>
 	</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>
@@ -199,4 +200,4 @@
 <script src="code.js"></script>
 
 </body>
-</html>
\ No newline at end of file
+</html>