Skip to content

Commit 306ddab

Browse files
Merge branch 'master' into subtree-push-nightly-2024-06-13
2 parents 30eb54b + 55a7026 commit 306ddab

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

docs/index.html

+26-6
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,33 @@
33
<head>
44
<meta name="viewport" content="width=device-width">
55
<title>Rustfmt</title>
6-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.css" />
7-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.0/styles/github-gist.min.css">
8-
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
9-
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
6+
<link rel="stylesheet"
7+
href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css"
8+
integrity="sha512-7e0rszTy0dKTIgYzCeBXpmycq0EOkwAvxZ0dv/LAtQfcXWCoaRhzs+v2Mn6of3jImxPazbYxiK0kpE/7wZ/UQA=="
9+
crossorigin="anonymous"
10+
referrerpolicy="no-referrer" />
11+
<link rel="stylesheet"
12+
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.0/styles/github-gist.min.css"
13+
integrity="sha512-od7JLoOTxM8w/HSKGzP9Kexc20K9p/M2zxSWsd7H1e4Ctf+8SQFtCWEZnW5u6ul5ehSECa5QmOk9ju2nQMmlVA=="
14+
crossorigin="anonymous"
15+
referrerpolicy="no-referrer" />
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/marked/12.0.2/marked.min.js"
17+
integrity="sha512-xeUh+KxNyTufZOje++oQHstlMQ8/rpyzPuM+gjMFYK3z5ILJGE7l2NvYL+XfliKURMpBIKKp1XoPN/qswlSMFA=="
18+
crossorigin="anonymous"
19+
referrerpolicy="no-referrer"></script>
20+
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.6.10/vue.min.js"
21+
integrity="sha512-PwQ5+jgXxxprNGc80ycHE3spgj6TuDieHe/yTkbEJ+U5aol7dTupi/4VbwHHzlQVW77Vb0GLOIsiYigHgC5vcg=="
22+
crossorigin="anonymous"
23+
referrerpolicy="no-referrer"></script>
24+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.0/highlight.min.js"
25+
integrity="sha512-av6ZR84Ldk6j29DMhf6v0cssEhow1VROFLoKbX7wrvzZB++/nV8m0jXbYeWcHPEzSNONImx6zwBskCUT9AQidA=="
26+
crossorigin="anonymous"
27+
referrerpolicy="no-referrer"></script>
28+
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.18.0/axios.min.js"
29+
integrity="sha512-3BBFWr73Xrf8GRjO+0pl0cbVwESBvg3ovnuCXpoqOkC/mkt/hTkFtutUPrwRz8eLySYvy5v1daulkyUZYvH8jw=="
30+
crossorigin="anonymous"
31+
referrerpolicy="no-referrer"></script>
1032
<script src="https://unpkg.com/[email protected]"></script>
11-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.0/highlight.min.js"></script>
12-
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.18.0/axios.min.js"></script>
1333
<style>
1434
@media (max-width: 767px) {
1535
.markdown-body {

0 commit comments

Comments
 (0)