diff options
author | Ashe Connor <ashe@kivikakk.ee> | 2019-05-15 14:20:04 +1000 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-05-15 00:20:04 -0400 |
commit | 600070883209e8042e17cd82b3870d473b581907 (patch) | |
tree | 79408ee5d82b0865559edc7ca27fc33b275f3abf | |
parent | 5004d7db340b8ae4a9808515cefeeefebe1ac84b (diff) |
fix link text grouping sample (#584)
From @johelegp at https://github.com/github/cmark-gfm/pull/157.
-rw-r--r-- | spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8017,11 +8017,11 @@ emphasis grouping: ```````````````````````````````` example -[foo *bar][ref] +[foo *bar][ref]* [ref]: /uri . -<p><a href="/uri">foo *bar</a></p> +<p><a href="/uri">foo *bar</a>*</p> ```````````````````````````````` |