Skip to content

Commit

Permalink
Update dependency highlight.js to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2022
1 parent f0f128f commit 2576321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link as="style" crossorigin
href="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/12.0.1/typography.min.css"
integrity="sha512-FkRtH7Cg9Rxda8pRy3JJfIPY2h+oVIU2tqyXiylA9Vh83Ts+e8zyR8UsWbZ3Ju4RlNX9PP0SoR3t6URuUkGapQ==" rel="preload stylesheet">
<link as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3.1/styles/github.min.css"
<link as="style" crossorigin href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/styles/github.min.css"
rel="stylesheet preload">
<style>:root {
--highlight-color: #fe9
Expand Down Expand Up @@ -445,8 +445,8 @@
page-break-after: avoid
}
}</style>
<script crossorigin defer integrity="sha512-U12+KlhI3X2EY7U4NJZ+O0wujKcaMQZHABtaiZtE8UrPiK1O3Y4cjBe0mMFyyBptdaf+eh45hqNdsayeLQcneg=="
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3.1/highlight.min.js"></script>
<script crossorigin defer integrity="sha512-IaaKO80nPNs5j+VLxd42eK/7sYuXQmr+fyywCNA0e+C6gtQnuCXNtORe9xR4LqGPz5U9VpH+ff41wKs/ZmC3iA=="
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.4.0/highlight.min.js"></script>
<script>window.addEventListener('DOMContentLoaded', () => hljs.initHighlighting())</script>
</head>
<body>
Expand Down

0 comments on commit 2576321

Please sign in to comment.