diff options
author | Christoph Päper <bugzilla@crissov.de> | 2018-03-06 17:40:13 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-06 08:40:13 -0800 |
commit | 975da1fcea8e831dc5a846b8e5718267a9d42377 (patch) | |
tree | c6a8dc5d1352ab6a9a4e6b20965e53c2bafec9ed | |
parent | 6aaa2a684e8a438b4fb1ae82b2e8abfd43e69122 (diff) |
Update README.md (#523)
two empty lines no longer end any list context (unfortunately)
-rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -136,11 +136,6 @@ the canonical syntax description: of perfectly natural looking lists that nearly every existing implementation flubs up.) -- The spec stipulates that two blank lines break out of all list - contexts. This is an attempt to deal with issues that often come up - when someone wants to have two adjacent lists, or a list followed by - an indented code block. - - Changing bullet characters, or changing from bullets to numbers or vice versa, starts a new list. We think that is almost always going to be the writer's intent. |