Skip to content

Commit

Permalink
fix: Add missing plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin authored Aug 29, 2020
1 parent c5636ad commit 83de185
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
}

</style>

<!-- Plugins that are needed before app configuration. -->
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>

</head>

Expand Down Expand Up @@ -49,7 +52,12 @@

</script>

<!-- Docsify core -->
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>

<!-- Syntax highlighting -->
<!-- TODO Add prism-bash, prism-python, prism-javascript etc. as separate items to load highlighting for that language -->
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-markdown.min.js"></script>

</body>

Expand Down

0 comments on commit 83de185

Please sign in to comment.