From 515a253e97d01c8f3c956ea738d657300c972398 Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Sat, 5 Jun 2021 08:05:46 -0700 Subject: [PATCH] doc clarification on markdown list markers doc clarification on markdown list markers shorten --- guide/src/format/summary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/format/summary.md b/guide/src/format/summary.md index 92bb3a8c..3a8e001c 100644 --- a/guide/src/format/summary.md +++ b/guide/src/format/summary.md @@ -54,8 +54,8 @@ 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. ```markdown