docs: Add missing punctuation

This commit is contained in:
keno 2021-12-17 08:40:51 +09:00 committed by Vincent Prouillet
parent 4cef97af2a
commit c5aa1a2a33

View file

@ -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