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
Copy file name to clipboardExpand all lines: index.html
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,27 @@ <h1>Basic usage</h1>
152
152
<p>If you want to prevent any elements from being automatically highlighted, you can use the attribute <code>data-manual</code> on the <code><script></code> element you used for prism and use the <ahref="extending.html#api">API</a>.
<p>In combination with CDNs, we recommend using the <ahref="plugins/autoloader">Autoloader plugin</a> which automatically loads languages when necessary.</p>
158
+
159
+
<p>The setup of the Autoloader, will look like the following. You can also your own themes of course.</p>
<p>CDNs which provide PrismJS are e.g. <ahref="https://cdnjs.com/libraries/prism">cdnjs</a> and <ahref="https://www.jsdelivr.com/package/npm/prismjs">jsDelivr</a>.</p>
155
176
156
177
<h2>Usage with Webpack, Browserify, & Other Bundlers</h2>
0 commit comments