mirror of
https://github.com/getzola/zola
synced 2024-11-10 14:24:27 +00:00
docs: Add missing punctuation
This commit is contained in:
parent
4cef97af2a
commit
c5aa1a2a33
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ While rendering the Markdown content, a unique id will automatically be assigned
|
|||
This id is created by converting the heading text to a [slug](https://en.wikipedia.org/wiki/Semantic_URL#Slug) if `slugify.anchors` is set to `"on"` (the default).
|
||||
If `slugify.paths` is set to `"safe"`, whitespaces are replaced by `_` and the following characters are stripped: `#`, `%`, `<`, `>`, `[`, `]`, `(`, `)`, \`, `^`, `{`, `|`, `}`.
|
||||
If `slugify.paths` is set to `"off"`, no modifications are made, and you may be left with nominally illegal ids.
|
||||
A number is appended at the end if the slug already exists for that article
|
||||
A number is appended at the end if the slug already exists for that article.
|
||||
For example:
|
||||
|
||||
```md
|
||||
|
|
Loading…
Reference in a new issue