Removed unneeded single quotes in README.
This commit is contained in:
parent
be832b3676
commit
db31e06693
1 changed files with 4 additions and 4 deletions
6
README
6
README
|
@ -562,12 +562,12 @@ which allows only the following characters to be backslash-escaped:
|
||||||
\`*_{}[]()>#+-.!
|
\`*_{}[]()>#+-.!
|
||||||
|
|
||||||
A backslash-escaped space is parsed as a nonbreaking space. It will
|
A backslash-escaped space is parsed as a nonbreaking space. It will
|
||||||
appear in TeX output as '`~`' and in HTML and XML as '`\ `' or
|
appear in TeX output as `~` and in HTML and XML as `\ ` or
|
||||||
'`\ `'.
|
`\ `.
|
||||||
|
|
||||||
A backslash-escaped newline (i.e. a backslash occurring at the end of
|
A backslash-escaped newline (i.e. a backslash occurring at the end of
|
||||||
a line) is parsed as a hard line break. It will appear in TeX output as
|
a line) is parsed as a hard line break. It will appear in TeX output as
|
||||||
'`\\`' and in HTML as '`<br />`'. This is a nice alternative to
|
`\\` and in HTML as `<br />`. This is a nice alternative to
|
||||||
markdown's "invisible" way of indicating hard line breaks using
|
markdown's "invisible" way of indicating hard line breaks using
|
||||||
two trailing spaces on a line.
|
two trailing spaces on a line.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue