We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14be748 commit ea769e0Copy full SHA for ea769e0
index.html
@@ -201,10 +201,12 @@ <h2>Usage with Node</h2>
201
202
</section>
203
204
-<section id="languages-list" class="language-markup">
+<section class="language-markup">
205
<h1>Supported languages</h1>
206
<p>This is the list of all <span id="languages-list-count"></span> languages currently supported by Prism, with
207
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>
210
211
212
<section id="plugins">
0 commit comments