Skip to content

Commit

Permalink
Website: Improved CDN usage URLs (#3285)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Dec 31, 2021
1 parent b351bc6 commit 6c21b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -193,12 +193,12 @@ <h2 id="basic-usage-cdn">Usage with CDNs</h2>
&lt;html>
&lt;head>
...
<mark>&lt;link href="https://{{cdn}}/prism@v1.x/themes/prism.css" rel="stylesheet" /></mark>
<mark>&lt;link href="https://{{cdn}}/prismjs@v1.x/themes/prism.css" rel="stylesheet" /></mark>
&lt;/head>
&lt;body>
...
<mark> &lt;script src="https://{{cdn}}/prism@v1.x/components/prism-core.min.js"&gt;&lt;/script&gt;
&lt;script src="https://{{cdn}}/prism@v1.x/plugins/autoloader/prism-autoloader.min.js"&gt;&lt;/script&gt;</mark>
<mark> &lt;script src="https://{{cdn}}/prismjs@v1.x/components/prism-core.min.js"&gt;&lt;/script&gt;
&lt;script src="https://{{cdn}}/prismjs@v1.x/plugins/autoloader/prism-autoloader.min.js"&gt;&lt;/script&gt;</mark>
&lt;/body>
&lt;/html></code></pre>

Expand Down

0 comments on commit 6c21b2f

Please sign in to comment.