diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-04-06 21:41:45 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-04-06 21:41:45 -0700 |
commit | 1ea2c30b411228cfbb9361068859e153f20540d5 (patch) | |
tree | f6051d687b2e13e49ef3f1c5896858bb6d02ed99 | |
parent | d6a7872def52b31a0cad70667fcc88985d2d8abd (diff) |
Example with setext header after reference link defs.
Closes #395.
-rw-r--r-- | spec.txt | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -3076,6 +3076,25 @@ and thematic breaks, and it need not be followed by a blank line. </blockquote> ```````````````````````````````` +```````````````````````````````` example +[foo]: /url +bar +=== +[foo] +. +<h1>bar</h1> +<p><a href="/url">foo</a></p> +```````````````````````````````` + +```````````````````````````````` example +[foo]: /url +=== +[foo] +. +<p>=== +<a href="/url">foo</a></p> +```````````````````````````````` + Several [link reference definitions] can occur one after another, without intervening blank lines. |