From efc3e5d7a234587c79ac847213437f936de2499b Mon Sep 17 00:00:00 2001 From: Andrew January Date: Mon, 29 Sep 2014 13:12:29 +0100 Subject: Changes append to prepend When adding something to the beginning it is "prepending", not "appending" --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index fce8792..b89105f 100644 --- a/spec.txt +++ b/spec.txt @@ -2010,7 +2010,7 @@ The following rules define [block quotes](#block-quote): 1. **Basic case.** If a string of lines *Ls* constitute a sequence - of blocks *Bs*, then the result of appending a [block quote + of blocks *Bs*, then the result of prepending a [block quote marker](#block-quote-marker) to the beginning of each line in *Ls* is a [block quote](#block-quote) containing *Bs*. -- cgit v1.2.3 From 749b3000e8cc3202c52e30f2cd5e585175e9e17d Mon Sep 17 00:00:00 2001 From: Andrew January Date: Mon, 29 Sep 2014 13:24:54 +0100 Subject: Changes urls to use example.com As per RFC 2606 it is recommended to use example.com for sample urls in specifications. One example is left using "foo+special@Bar.baz-bar0.com" because it is designed to demonstrate the complexity of email addresses that should be permitted. --- spec.txt | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index fce8792..9a7e675 100644 --- a/spec.txt +++ b/spec.txt @@ -3686,9 +3686,9 @@ raw HTML: . . - + . -

http://google.com?find=\*

+

http://example.com?find=\*

. . @@ -5504,9 +5504,9 @@ spec](http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#e-m Examples of email autolinks: . - + . -

foo@bar.baz.com

+

foo@bar.example.com

. . @@ -5548,15 +5548,15 @@ These are not autolinks: . . -http://google.com +http://example.com . -

http://google.com

+

http://example.com

. . -foo@bar.baz.com +foo@bar.example.com . -

foo@bar.baz.com

+

foo@bar.example.com

. ## Raw HTML @@ -6146,5 +6146,3 @@ an `emph`. The document can be rendered as HTML, or in any other format, given an appropriate renderer. - - -- cgit v1.2.3 From 205b4aafe8c4aeb03700b450d2805f6f5b9fdc3f Mon Sep 17 00:00:00 2001 From: Andrew January Date: Mon, 29 Sep 2014 13:27:12 +0100 Subject: Adds missing newlines --- spec.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 9a7e675..c9d207a 100644 --- a/spec.txt +++ b/spec.txt @@ -6146,3 +6146,5 @@ an `emph`. The document can be rendered as HTML, or in any other format, given an appropriate renderer. + + -- cgit v1.2.3 From 8a2b85da34e1de10abaf55b212b0660a7917b5d8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 7 Oct 2014 09:05:27 -0700 Subject: Removed spurious 'and', reflowed. --- spec.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index bc2e381..c520272 100644 --- a/spec.txt +++ b/spec.txt @@ -4817,9 +4817,10 @@ in Markdown:

link

. -URL-escaping and should be left alone inside the destination, as all URL-escaped characters -are also valid URL characters. HTML entities in the destination will be parsed into their UTF8 -codepoints, as usual, and optionally URL-escaped when written as HTML. +URL-escaping should be left alone inside the destination, as all +URL-escaped characters are also valid URL characters. HTML entities in +the destination will be parsed into their UTF8 codepoints, as usual, and +optionally URL-escaped when written as HTML. . [link](foo%20bä) -- cgit v1.2.3