Skip to content

Commit

Permalink
fix(preview): load asciidoc grammar (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Sep 9, 2024
1 parent 601c36e commit 171ac95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/languages/haskell.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/languages/scala.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/languages/nix.min.js"></script>
<script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/languages/asciidoc.min.js"></script>
<script defer src="//cdn.jsdelivr.net/npm/@alpinejs/[email protected]/dist/cdn.min.js"></script>
<script defer src="//cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"></script>
<link rel="stylesheet" href="style.css">
Expand Down

0 comments on commit 171ac95

Please sign in to comment.