summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-25 18:00:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-25 18:00:58 -0700
commit9cf8465856083aa4637de356bf3c17271fa8b813 (patch)
tree76afabb3146000bc2283574f02e0d35776450132 /spec.txt
parentec2b9a9cf221a2475709e37d9b9a4d6e9a38f3c1 (diff)
Added anchors for `tight` and `loose`.
See #91.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/spec.txt b/spec.txt
index 34d7f2a..b140c25 100644
--- 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: