Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04a2ac commit 778f1b2Copy full SHA for 778f1b2
docs/index.html
@@ -27,11 +27,13 @@
27
</head>
28
29
<body>
30
+ <!-- App mount point -->
31
<div id="app"></div>
32
33
<script>
34
var repo = 'https://github.com/MichaelCurrin/docsify-js-tutorial';
35
36
+ // App config
37
window.$docsify = {
38
name: 'DocsifyJS Tutorial',
39
repo: repo,
@@ -49,8 +51,12 @@
49
51
50
52
</script>
53
54
+ <!-- Docsify core -->
55
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
-
56
+
57
+ <!-- Syntax highlighting -->
58
+ <script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-markdown.min.js"></script>
59
60
</body>
61
62
</html>
0 commit comments