Commit 6584d5bb9b52737ce78ff759e45e1cbbed2ff791

James DiGioia 2018-06-02T09:52:54

Merge pull request #1255 from teroauralinna/gh-pages Added Angular tutorial link

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/index.html b/index.html
index 194850e..532e2df 100644
--- a/index.html
+++ b/index.html
@@ -238,6 +238,7 @@ var html = Prism.highlight(code, Prism.languages.haml, 'haml');</code></pre>
 		<li><a href="https://schier.co/blog/2013/01/07/how-to-re-run-prismjs-on-ajax-content.html">How To Re-Run Prism.js On AJAX Content</a></li>
 		<li><a href="https://www.semisedlak.com/highlight-your-code-syntax-with-prismjs">Highlight your code syntax with Prism.js</a></li>
 		<li><a href="https://usetypo3.com/fs-code-snippet.html">A code snippet content element powered by Prism.js for TYPO3 CMS</a></li>
+		<li><a href="https://auralinna.blog/post/2017/code-syntax-highlighting-with-angular-and-prismjs">Code syntax highlighting with Angular and Prism.js</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>