diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-09-09 22:03:45 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-09-09 22:03:45 -0700 |
commit | 335ac29043f52a05ae9691dd6fac291400af0ee5 (patch) | |
tree | 3ae6b2aacd860546f4dbd401139193fb83e272dc | |
parent | 5dd2f055fa3671216d9c0ab5128efe4c74a16aff (diff) |
Example showing need for space before title in reference link.
Closes #469.
-rw-r--r-- | spec.txt | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2880,6 +2880,18 @@ The link destination may not be omitted: <p>[foo]</p> ```````````````````````````````` +The title must be separated from the link destination by +whitespace: + +```````````````````````````````` example +[foo]: <bar>(baz) + +[foo] +. +<p>[foo]: <bar>(baz)</p> +<p>[foo]</p> +```````````````````````````````` + Both title and destination can contain backslash escapes and literal backslashes: |