summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 734ad48..df2104e 100644
--- a/spec.txt
+++ b/spec.txt
@@ -5849,6 +5849,15 @@ emphasis grouping:
<p><a href="baz*">foo *bar</a></p>
.
+Note that brackets that *aren't* part of links do not take
+precedence:
+
+.
+*foo [bar* baz]
+.
+<p><em>foo [bar</em> baz]</p>
+.
+
These cases illustrate the precedence of HTML tags, code spans,
and autolinks over link grouping: