Commit ea769e0b8ce2b62c6ef22c2fce3d9c6b8d8a580f

Michael Schmidt 2019-03-10T18:58:45

Some encouragement for visitors of PrismJS.com to request new languages (#1760) This adds a direct link to our Github issue page, encouraging visitors to make a new issue to request a new language.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/index.html b/index.html
index d6dbd01..c65de9d 100644
--- a/index.html
+++ b/index.html
@@ -201,10 +201,12 @@ var html = Prism.highlight(code, Prism.languages.haml, 'haml');</code></pre>
 
 </section>
 
-<section id="languages-list" class="language-markup">
+<section class="language-markup">
 	<h1>Supported languages</h1>
 	<p>This is the list of all <span id="languages-list-count"></span> languages currently supported by Prism, with
 		their corresponding alias, to use in place of <code>xxxx</code> in the <code>language-xxxx</code> (or <code>lang-xxxx</code>) class:</p>
+	<div id="languages-list"></div>
+	<p>Couldn’t find the language you were looking for? <a href="https://github.com/PrismJS/prism/issues" target="_blank">Request it</a>!</p>
 </section>
 
 <section id="plugins">