Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 778f1b2

Browse files
Update index.html
1 parent a04a2ac commit 778f1b2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@
2727
</head>
2828

2929
<body>
30+
<!-- App mount point -->
3031
<div id="app"></div>
3132

3233
<script>
3334
var repo = 'https://github.com/MichaelCurrin/docsify-js-tutorial';
3435

36+
// App config
3537
window.$docsify = {
3638
name: 'DocsifyJS Tutorial',
3739
repo: repo,
@@ -49,8 +51,12 @@
4951

5052
</script>
5153

54+
<!-- Docsify core -->
5255
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
53-
56+
57+
<!-- Syntax highlighting -->
58+
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-markdown.min.js"></script>
59+
5460
</body>
5561

5662
</html>

0 commit comments

Comments
 (0)