Commit 0ecdbdceaa450789e4816573c01a52a25cd50162

Srinivas 2021-11-11T02:12:02

Website: Added PrismJS React and HTML tutorial link (#3190)

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/index.html b/index.html
index 863e599..f839d8f 100644
--- a/index.html
+++ b/index.html
@@ -300,6 +300,8 @@ const html = Prism.highlight(code, Prism.languages.haml, 'haml');</code></pre>
 		<li><a href="https://karlkaufmann.com/writing/technotes/code-highlighting-prism-drupal">Code Highlighting with Prism.js in Drupal</a></li>
 		<li><a href="https://betterstack.dev/blog/code-highlighting-in-react-using-prismjs/">Code highlighting in React using Prism.js</a></li>
 		<li><a href="https://www.akashmittal.com/react-native-prismjs-using-webview/">Using Prism.js in React Native</a></li>
+		<li><a href="https://itsmycode.com/prismjs-tutorial/">PrismJS Tutorial | Implement Prism in HTML and React</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>