style: adjust code style a bit

pull/238/head
Kia King Ishii 5 years ago
parent 6cba83d123
commit 0d59057d54

@ -328,19 +328,19 @@ module.exports = {
You can import code snippets from existing files via following syntax: You can import code snippets from existing files via following syntax:
``` md ```md
<<< @/filepath <<< @/filepath
``` ```
It also supports [line highlighting](#line-highlighting-in-code-blocks): It also supports [line highlighting](#line-highlighting-in-code-blocks):
``` md ```md
<<< @/filepath{highlightLines} <<< @/filepath{highlightLines}
``` ```
**Input** **Input**
``` md ```md
<<< @/snippets/snippet.js{2} <<< @/snippets/snippet.js{2}
``` ```
@ -368,7 +368,7 @@ You can also use a [VS Code region](https://code.visualstudio.com/docs/editor/co
**Input** **Input**
``` md ```md
<<< @/snippets/snippet-with-region.js{1} <<< @/snippets/snippet-with-region.js{1}
``` ```
@ -388,7 +388,6 @@ You can also use a [VS Code region](https://code.visualstudio.com/docs/editor/co
<!--lint enable strong-marker--> <!--lint enable strong-marker-->
## Advanced Configuration ## Advanced Configuration
VitePress uses [markdown-it](https://github.com/markdown-it/markdown-it) as the Markdown renderer. A lot of the extensions above are implemented via custom plugins. You can further customize the `markdown-it` instance using the `markdown` option in `.vitepress/config.js`: VitePress uses [markdown-it](https://github.com/markdown-it/markdown-it) as the Markdown renderer. A lot of the extensions above are implemented via custom plugins. You can further customize the `markdown-it` instance using the `markdown` option in `.vitepress/config.js`:

Loading…
Cancel
Save