diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-03-09 21:13:04 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-03-09 21:13:04 -0700 |
commit | 69cfb192b179dcca54388f1046f60e111970de7f (patch) | |
tree | 92268ee0fb916b12428b529d8c970ae58486c5a6 | |
parent | 4ab59a258b5d76abddd8ed66a119270223dca5a3 (diff) |
Clarified wording for soft line break.
Newline can't be preceded by two spaces or a backslash.
-rw-r--r-- | spec.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7216,10 +7216,10 @@ foo ## Soft line breaks A regular line break (not in a code span or HTML tag) that is not -preceded by two or more spaces is parsed as a softbreak. (A -softbreak may be rendered in HTML either as a -[line ending] or as a space. The result will be the same -in browsers. In the examples here, a [line ending] will be used.) +preceded by two or more spaces or a backslash is parsed as a +softbreak. (A softbreak may be rendered in HTML either as a +[line ending] or as a space. The result will be the same in +browsers. In the examples here, a [line ending] will be used.) . foo |