Merge pull request #1566 from joshrotenberg/markdown_list_clarification

Documentation clarification on markdown list markers
This commit is contained in:
Eric Huss 2021-06-07 15:30:21 -07:00 committed by GitHub
commit b899c48019
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)
```
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
numbered chapters.