From a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Mon, 14 Jul 2008 16:17:33 +0500 Subject: A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted test suite for ElementTree output. --- .../markdown-test/ordered-and-unordered-list.html | 341 +++++++-------------- 1 file changed, 107 insertions(+), 234 deletions(-) (limited to 'tests/markdown-test/ordered-and-unordered-list.html') diff --git a/tests/markdown-test/ordered-and-unordered-list.html b/tests/markdown-test/ordered-and-unordered-list.html index 928f094..e96cdba 100644 --- a/tests/markdown-test/ordered-and-unordered-list.html +++ b/tests/markdown-test/ordered-and-unordered-list.html @@ -1,273 +1,146 @@ - -

Unordered

-

Asterisks tight: -

+

Asterisks tight:

-

Asterisks loose: -

+

Asterisks loose:


- -

Pluses tight: -

+

Pluses tight:

-

Pluses loose: -

+

Pluses loose:


- -

Minuses tight: -

+

Minuses tight:

-

Minuses loose: -

+

Minuses loose:

-

Ordered

-

Tight: -

+

Tight:

    -
  1. - First -
  2. - -
  3. - Second -
  4. - -
  5. - Third -
  6. +
  7. First
  8. +
  9. Second
  10. +
  11. Third
-

and: -

+

and:

    -
  1. - One -
  2. - -
  3. - Two -
  4. - -
  5. - Three -
  6. +
  7. One
  8. +
  9. Two
  10. +
  11. Three
-

Loose using tabs: -

+

Loose using tabs:

    -
  1. First -

    - -
  2. - -
  3. Second -

    - -
  4. - -
  5. Third -

    - -
  6. +
  7. +

    First

    +
  8. +
  9. +

    Second

    +
  10. +
  11. +

    Third

    +
-

and using spaces: -

+

and using spaces:

    -
  1. One -

    - -
  2. - -
  3. Two -

    - -
  4. - -
  5. Three -

    - -
  6. +
  7. +

    One

    +
  8. +
  9. +

    Two

    +
  10. +
  11. +

    Three

    +
-

Multiple paragraphs: -

+

Multiple paragraphs:

    -
  1. Item 1, graf one. -

    +
  2. +

    Item 1, graf one.

    Item 2. graf two. The quick brown fox jumped over the lazy dog's - back. -

    - -
  3. - -
  4. Item 2. -

    - -
  5. - -
  6. Item 3. -

    - -
  7. +back.

    + +
  8. +

    Item 2.

    +
  9. +
  10. +

    Item 3.

    +
-

Nested