Commit ff9ccbe5934480424bd386e1e279c76e92458a0d

Marcus Kazmierczak 2019-01-12T12:56:49

Added new third-party tutorial for using Prism in Gutenberg (#1701) This adds a new third-party tutorial to the start page.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/index.html b/index.html
index 50be230..de85e25 100644
--- a/index.html
+++ b/index.html
@@ -239,6 +239,7 @@ var html = Prism.highlight(code, Prism.languages.haml, 'haml');</code></pre>
 		<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>
+		<li><a href="https://mkaz.blog/wordpress/code-syntax-highlighting-in-gutenberg/">Code syntax highlighting in Gutenberg, WordPress block editor</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>