Commit bd7149db9d706393761e55bc9ed85f140deabf9e

Golmote 2017-09-09T10:29:00

Merge remote-tracking branch 'official/master' into gh-pages # Conflicts: # components/prism-apl.js

diff --git a/components/prism-apl.js b/components/prism-apl.js
index c923082..fd57b72 100644
--- a/components/prism-apl.js
+++ b/components/prism-apl.js
@@ -29,4 +29,4 @@ Prism.languages.apl = {
 		pattern: /[{}⍺⍵⍶⍹∇⍫:]/,
 		alias: 'builtin'
 	}
-};
+};
\ No newline at end of file
diff --git a/components/prism-typescript.js b/components/prism-typescript.js
old mode 100755
new mode 100644
diff --git a/components/prism-typescript.min.js b/components/prism-typescript.min.js
old mode 100755
new mode 100644
diff --git a/index.html b/index.html
index fbc39cb..83b4bf3 100644
--- a/index.html
+++ b/index.html
@@ -198,6 +198,7 @@ var html = Prism.highlight(code, Prism.languages.javascript);</code></pre>
 	<p>Several tutorials have been written by members of the community to help you integrate Prism into multiple different website types and configurations:</p>
 
 	<ul>
+		<li><a href="https://websitebeaver.com/escape-html-inside-code-or-pre-tag-to-entities-to-display-raw-code-with-prismjs">Escape HTML Inside &lt;code&gt; or &lt;pre&gt; Tag to Entities to Display Raw Code with PrismJS</a></li>
 		<li><a href="http://crambler.com/how-to-implement-prism-js-syntax-highlighting-into-your-wordpress-site/">How To Implement Prism.js Syntax Highlighting Into Your WordPress Site</a></li>
 		<li><a href="http://wp.tutsplus.com/tutorials/plugins/adding-a-syntax-highlighter-shortcode-using-prism-js/">Adding a Syntax Highlighter Shortcode Using Prism.js | WPTuts+</a></li>
 		<li><a href="http://www.stramaxon.com/2012/07/prism-syntax-highlighter-for-blogger.html">Implement PrismJs Syntax Highlighting to your Blogger/BlogSpot</a></li>