Skip to content

Commit ea769e0

Browse files
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 parent 14be748 commit ea769e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,12 @@ <h2>Usage with Node</h2>
201201

202202
</section>
203203

204-
<section id="languages-list" class="language-markup">
204+
<section class="language-markup">
205205
<h1>Supported languages</h1>
206206
<p>This is the list of all <span id="languages-list-count"></span> languages currently supported by Prism, with
207207
their corresponding alias, to use in place of <code>xxxx</code> in the <code>language-xxxx</code> (or <code>lang-xxxx</code>) class:</p>
208+
<div id="languages-list"></div>
209+
<p>Couldn’t find the language you were looking for? <a href="https://github.com/PrismJS/prism/issues" target="_blank">Request it</a>!</p>
208210
</section>
209211

210212
<section id="plugins">

0 commit comments

Comments
 (0)