diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-04-06 21:54:30 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-06 21:54:30 -0700 |
commit | a0a9e82aa753cddc81d5cf4d855eb35399e57f71 (patch) | |
tree | 5d7051cdfaf1c1aa3ffd624069b71297b7cc3276 | |
parent | 1ea2c30b411228cfbb9361068859e153f20540d5 (diff) |
Added example with a ref link defn where the reference is never used.
Closes #454.
-rw-r--r-- | spec.txt | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |