diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-10-07 09:05:27 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-10-07 09:06:22 -0700 |
commit | 4dc7bbb0c3fb1057c921dedc2f83786caaa6f0ad (patch) | |
tree | c3ff39db66fbbdd0301aef527d59d72a9241819e | |
parent | cd198620a44576afb0f325abd58d503eab65bf32 (diff) |
Removed spurious 'and', reflowed.
-rw-r--r-- | spec.txt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4816,9 +4816,10 @@ in Markdown: <p><a href="foo):">link</a></p> . -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ä) |