doc clarification on markdown list markers
doc clarification on markdown list markers shorten
This commit is contained in:
parent
6425c29893
commit
515a253e97
|
@ -54,7 +54,7 @@ to be ignored at best, or may cause an error when attempting to build the book.
|
||||||
|
|
||||||
- [Another Chapter](relative/path/to/markdown4.md)
|
- [Another Chapter](relative/path/to/markdown4.md)
|
||||||
```
|
```
|
||||||
Numbered chapters can be denoted with either `-` or `*`.
|
Numbered chapters can be denoted with either `-` or `*` (do not mix delimiters).
|
||||||
|
|
||||||
1. ***Suffix Chapter*** - Like prefix chapters, suffix chapters are unnumbered, but they come after
|
1. ***Suffix Chapter*** - Like prefix chapters, suffix chapters are unnumbered, but they come after
|
||||||
numbered chapters.
|
numbered chapters.
|
||||||
|
|
Loading…
Reference in New Issue