From 32fb4068515058748ca78664302ecb1d5124adcb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 3 Jan 2015 14:49:26 -0800 Subject: Spec: "is preferred" -> "takes precedence". --- spec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 2f3c2c7..deb73df 100644 --- a/spec.txt +++ b/spec.txt @@ -493,7 +493,7 @@ bar . When both a horizontal rule and a list item are possible -interpretations of a line, the horizontal rule is preferred: +interpretations of a line, the horizontal rule takes precedence: . * Foo @@ -4605,7 +4605,7 @@ the following principles resolve ambiguity: 15. When two potential emphasis or strong emphasis spans overlap, so that the second begins before the first ends and ends after - the first ends, the first is preferred. Thus, for example, + the first ends, the first takes precedence. Thus, for example, `*foo _bar* baz_` is parsed as `foo _bar baz_` rather than `*foo bar* baz`. For the same reason, `**foo*bar**` is parsed as `foobar*` @@ -4613,7 +4613,7 @@ the following principles resolve ambiguity: 16. When there are two potential emphasis or strong emphasis spans with the same closing delimiter, the shorter one (the one that - opens later) is preferred. Thus, for example, + opens later) takes precedence. Thus, for example, `**foo **bar baz**` is parsed as `**foo bar baz` rather than `foo **bar baz`. -- cgit v1.2.3