diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-10-24 12:09:51 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-10-24 12:09:51 -0700 |
commit | a2011707a61bea9e3f01fd0f02f4dace6cb06a37 (patch) | |
tree | 190e39053d99310c08898cdd8742814c60fa43e2 | |
parent | 2794a0c7b39d33fa09a8467a9fba87c35fec6d76 (diff) |
Fixed typo. Closes #110.
-rw-r--r-- | spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3214,7 +3214,7 @@ A list is [loose](#loose) if it any of its constituent list items are separated by blank lines, or if any of its constituent list items directly contain two block-level elements with a blank line between them. Otherwise a list is [tight](#tight). (The difference in HTML output -is that paragraphs in a loose with are wrapped in `<p>` tags, while +is that paragraphs in a loose list are wrapped in `<p>` tags, while paragraphs in a tight list are not.) Changing the bullet or ordered list delimiter starts a new list: |