From a1c636a05557b1faa207828c9e7102391bdde5c9 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 3 Sep 2008 13:30:04 -0400 Subject: Replaced indentation with linebreaks only. At least its more consistant - and it better matches other markdown implementations. Also updated tests. --- tests/markdown-test/backlash-escapes.html | 48 +++++++++++-------------------- 1 file changed, 16 insertions(+), 32 deletions(-) (limited to 'tests/markdown-test/backlash-escapes.html') diff --git a/tests/markdown-test/backlash-escapes.html b/tests/markdown-test/backlash-escapes.html index 18a67cc..876775f 100644 --- a/tests/markdown-test/backlash-escapes.html +++ b/tests/markdown-test/backlash-escapes.html @@ -49,35 +49,19 @@ Plus: \+ Minus: \-

Nor should these, which occur in code spans:

-

Backslash: \\ -

-

Backtick: \` -

-

Asterisk: \* -

-

Underscore: \_ -

-

Left brace: \{ -

-

Right brace: \} -

-

Left bracket: \[ -

-

Right bracket: \] -

-

Left paren: \( -

-

Right paren: \) -

-

Greater-than: \> -

-

Hash: \# -

-

Period: \. -

-

Bang: \! -

-

Plus: \+ -

-

Minus: \- -

\ No newline at end of file +

Backslash: \\

+

Backtick: \`

+

Asterisk: \*

+

Underscore: \_

+

Left brace: \{

+

Right brace: \}

+

Left bracket: \[

+

Right bracket: \]

+

Left paren: \(

+

Right paren: \)

+

Greater-than: \>

+

Hash: \#

+

Period: \.

+

Bang: \!

+

Plus: \+

+

Minus: \-

\ No newline at end of file -- cgit v1.2.3