diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-09-01 11:57:46 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-09-01 11:57:46 -0700 |
commit | e47d698c2cf1d24606bd2f708feed0c23a80ce79 (patch) | |
tree | 2605ee7afdfa39e5d8520888caca5a2454498c37 | |
parent | 38686fc2122ad5d3716ac9740fc6e4383179d2a7 (diff) | |
parent | 5b274b279b2b7bea3cb08844019f866172050c01 (diff) |
Merge pull request #7 from balpha/patch-2
Fix definition of list item laziness
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2818,7 +2818,7 @@ Four spaces indent gives a code block: 4. **Laziness.** If a string of lines *Ls* constitute a [list item](#list-item) with contents *Bs*, then the result of deleting some or all of the indentation from one or more lines in which the - next non-space character after the [list marker](#list--marker) is + next non-space character after the indentation is [paragraph continuation text](#paragraph-continuation-text) is a list item with the same contents and attributes. |