- Commit
- 9cf8465856083aa4637de356bf3c17271fa8b813
- Parent
- ec2b9a9cf221a2475709e37d9b9a4d6e9a38f3c1
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Added anchors for `tight` and `loose`.
See #91.
My personal build of CMark ✏️
Added anchors for `tight` and `loose`.
See #91.
1 file changed, 6 insertions, 6 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | spec.txt | 12 | 6 | 6 |
diff --git a/spec.txt b/spec.txt @@ -3297,12 +3297,12 @@ of an [ordered list](#ordered-list) is determined by the list number of its initial list item. The numbers of subsequent list items are disregarded. -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 list are wrapped in `<p>` tags, while -paragraphs in a tight list are not.) +A list is [loose](#loose)<a id="loose"></a> 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).<a id="tight"></a> +(The difference in HTML output 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: