chore: fix typo
This commit is contained in:
parent
7b38d7eb04
commit
88582b7608
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ You can configure them in `config/plugins/markdown.js`.
|
||||||
As of my personal preference, there are some presets. For example the conversion of web pages to links (www.lenesaile.com) and the addition of `rel="noopener"` for external links (all links with the pattern `/^https?:/`).
|
As of my personal preference, there are some presets. For example the conversion of web pages to links (www.lenesaile.com) and the addition of `rel="noopener"` for external links (all links with the pattern `/^https?:/`).
|
||||||
|
|
||||||
**This is a tiny pitfall!**
|
**This is a tiny pitfall!**
|
||||||
Take care to not prefix your internal links with your domain, or else they will be treated ad external as well. To link internally use this pattern:
|
Take care to not prefix your internal links with your domain, or else they will be treated as external. To link internally, use this pattern:
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
An internal link to the [about page](/about/)
|
An internal link to the [about page](/about/)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue