You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Prism does its best to encourage good authoring practices. Therefore, it only works with <code><code></code> elements, since marking up code without a <code><code></code> element is semantically invalid.
@@ -192,18 +192,18 @@ <h2 id="basic-usage-cdn">Usage with CDNs</h2>
<p>Please note that links in the above code sample serve as placeholders. You have to replace them with valid links to the CDN of your choice.</p>
206
-
206
+
207
207
<p>CDNs which provide PrismJS are e.g. <ahref="https://cdnjs.com/libraries/prism">cdnjs</a>, <ahref="https://www.jsdelivr.com/package/npm/prismjs">jsDelivr</a>, and <ahref="https://unpkg.com/browse/prismjs@1/">UNPKG</a>.</p>
208
208
209
209
<h2id="basic-usage-bundlers">Usage with Webpack, Browserify, & Other Bundlers</h2>
0 commit comments