X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fcebe%2Fmarkdown%2Ftests%2Fmarkdown-data%2Fmd1_ordered_and_unordered_lists.html;fp=vendor%2Fcebe%2Fmarkdown%2Ftests%2Fmarkdown-data%2Fmd1_ordered_and_unordered_lists.html;h=e128e4320268d1df90f2a81c7b9a852e81fd0244;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/cebe/markdown/tests/markdown-data/md1_ordered_and_unordered_lists.html b/vendor/cebe/markdown/tests/markdown-data/md1_ordered_and_unordered_lists.html new file mode 100644 index 000000000..e128e4320 --- /dev/null +++ b/vendor/cebe/markdown/tests/markdown-data/md1_ordered_and_unordered_lists.html @@ -0,0 +1,125 @@ +

Unordered

+

Asterisks tight:

+ +

Asterisks loose:

+ +
+

Pluses tight:

+ +

Pluses loose:

+ +
+

Minuses tight:

+ +

Minuses loose:

+ +

Ordered

+

Tight:

+
    +
  1. First
  2. +
  3. Second
  4. +
  5. Third
  6. +
+

and:

+
    +
  1. One
  2. +
  3. Two
  4. +
  5. Three
  6. +
+

Loose using tabs:

+
    +
  1. First

    +
  2. +
  3. Second

    +
  4. +
  5. Third

    +
  6. +
+

and using spaces:

+
    +
  1. One

    +
  2. +
  3. Two

    +
  4. +
  5. Three

    +
  6. +
+

Multiple paragraphs:

+
    +
  1. Item 1, graf one.

    +

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

    +
  2. +
  3. Item 2.

    +
  4. +
  5. Item 3.

    +
  6. +
+

Nested

+ +

Here's another:

+
    +
  1. First
  2. +
  3. Second: +
  4. +
  5. Third
  6. +
+

Same thing but with paragraphs:

+
    +
  1. First

    +
  2. +
  3. Second:

    + +
  4. +
  5. Third

    +
  6. +