Skip to content

Commit

Permalink
Update dependency highlight.js to v10.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent b5778ed commit 0af9f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/head/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<!-- hilight -->
<!-- using dark as it looks okey but most importantly does not look like crap with vuetify theme inside apps -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/dark.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/styles/dark.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/highlight.min.js"></script>

<script>hljs.highlightAll();</script>

Expand Down

0 comments on commit 0af9f20

Please sign in to comment.