diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-04-06 21:55:04 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-06 21:55:04 -0700 |
commit | b93c3884b7e1ff3ff6d94551b2f822aa416691ef (patch) | |
tree | fb6bacb332d0543e0841b32ea46f5f08e7dd7840 /test | |
parent | 5901a8700443bf08e36b90b42d9e095202be5a02 (diff) |
Update spec.
Diffstat (limited to 'test')
-rw-r--r-- | test/spec.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/spec.txt b/test/spec.txt index 958ca64..c7dce2f 100644 --- a/test/spec.txt +++ b/test/spec.txt @@ -3131,6 +3131,17 @@ are defined: ```````````````````````````````` +Whether something is a [link reference definition] is +independent of whether the link reference it defines is +used in the document. Thus, for example, the following +document contains just a link reference definition, and +no visible content: + +```````````````````````````````` example +[foo]: /url +. +```````````````````````````````` + ## Paragraphs |