@@ -18,20 +18,39 @@ https://vuepress.vuejs.org/
18
18
19
19
## Features
20
20
21
- - [ Built-in markdown extensions] ( https://vuepress.vuejs.org/guide/markdown.html ) optimized for technical documentation
22
- - [ Ability to leverage Vue inside markdown files] ( https://vuepress.vuejs.org/guide/using-vue.html )
23
- - [ Vue-powered custom theme system] ( https://vuepress.vuejs.org/guide/custom-themes.html )
24
- - [ Service Worker Integration] ( https://vuepress.vuejs.org/config/#serviceworker )
25
- - [ Google Analytics Integration] ( https://vuepress.vuejs.org/config/#ga )
26
- - [ "Last Updated" based on Git] ( https://vuepress.vuejs.org/default-theme-config/#last-updated )
27
- - [ Multi-Language Support] ( https://vuepress.vuejs.org/guide/i18n.html )
28
- - A default theme with:
29
- - Responsive layout
30
- - [ Optional Homepage] ( https://vuepress.vuejs.org/default-theme-config/#homepage )
31
- - [ Simple out-of-the-box header-based search] ( https://vuepress.vuejs.org/default-theme-config/#built-in-search )
32
- - [ Algolia Search] ( https://vuepress.vuejs.org/default-theme-config/#algolia-search )
33
- - Customizable navbar and sidebar
34
- - [ Auto-generated GitHub link and page edit links] ( https://vuepress.vuejs.org/default-theme-config/#git-repo-and-edit-links )
21
+ ** Built-in markdown extensions**
22
+
23
+ * [ Table of Contents] ( https://vuepress.vuejs.org/guide/markdown.html#table-of-contents )
24
+ * [ Custom Containers] ( https://vuepress.vuejs.org/guide/markdown.html#custom-containers )
25
+ * [ Line Highlighting] ( https://vuepress.vuejs.org/guide/markdown.html#line-highlighting-in-code-blocks )
26
+ * [ line Numbers] ( https://vuepress.vuejs.org/config/#markdown-linenumbers )
27
+ * [ Import Code Snippets] ( https://vuepress.vuejs.org/guide/markdown.html#import-code-snippets )
28
+
29
+ ** Using Vue in Markdown**
30
+
31
+ * [ Templating] ( https://vuepress.vuejs.org/guide/using-vue.html#templating )
32
+ * [ Using Components] ( https://vuepress.vuejs.org/guide/using-vue.html#using-components )
33
+
34
+ ** Vue-powered custom theme system**
35
+
36
+ * [ Metadata] ( https://vuepress.vuejs.org/guide/custom-themes.html#site-and-page-metadata )
37
+ * [ Content Excerpt] ( https://vuepress.vuejs.org/guide/custom-themes.html#content-excerpt )
38
+
39
+ ** Default theme**
40
+
41
+ * Responsive layout
42
+ * [ Optional Homepage] ( https://vuepress.vuejs.org/default-theme-config/#homepage )
43
+ * [ Simple out-of-the-box header-based search] ( https://vuepress.vuejs.org/default-theme-config/#built-in-search )
44
+ * [ Algolia Search] ( https://vuepress.vuejs.org/default-theme-config/#algolia-search )
45
+ * Customizable [ navbar] ( https://vuepress.vuejs.org/default-theme-config/#navbar ) and [ sidebar] ( https://vuepress.vuejs.org/default-theme-config/#sidebar )
46
+ * [ Auto-generated GitHub link and page edit links] ( https://vuepress.vuejs.org/default-theme-config/#git-repo-and-edit-links )
47
+
48
+ ** Miscellaneous**
49
+
50
+ * [ Multi-Language Support] ( https://vuepress.vuejs.org/guide/i18n.html )
51
+ * [ Service Worker] ( https://vuepress.vuejs.org/config/#serviceworker )
52
+ * [ Google Analytics] ( https://vuepress.vuejs.org/config/#ga )
53
+ * [ Last Updated] ( https://vuepress.vuejs.org/default-theme-config/#last-updated )
35
54
36
55
## Showcase
37
56
0 commit comments