aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-06 21:54:30 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-06 21:54:30 -0700
commita0a9e82aa753cddc81d5cf4d855eb35399e57f71 (patch)
tree5d7051cdfaf1c1aa3ffd624069b71297b7cc3276
parent1ea2c30b411228cfbb9361068859e153f20540d5 (diff)
Added example with a ref link defn where the reference is never used.
Closes #454.
-rw-r--r--spec.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 958ca64..c7dce2f 100644
--- a/spec.txt
+++ b/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