docs(v2): minor tweaks (#4981)

This commit is contained in:
Alexey Pyltsyn 2021-06-16 12:04:40 +03:00 committed by GitHub
parent bfd33dc63a
commit d7e4e422a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 25 additions and 21 deletions

View file

@ -5,7 +5,7 @@ description: Create a Markdown Document
slug: /create-doc
---
Create a markdown file, `greeting.md`, and place it under the `docs` directory.
Create a Markdown file, `greeting.md`, and place it under the `docs` directory.
```bash
website # root directory of your site
@ -76,4 +76,8 @@ The headers are well-spaced so that the hierarchy is clear.
- and you may nest them
- multiple times
<h3 id="custom-id">Custom id headers</h3>
With <code>{#custom-id}</code> syntax you can set your own header id.
</BrowserWindow>