From 544ef3bc588d4180d7ecad15bdacd43813a7c5c5 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 12 Dec 2019 14:51:10 +0000 Subject: update composer libs and minor notifications display fixes --- .../Ordered and unordered lists.xhtml | 148 +++++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 vendor/michelf/php-markdown/test/resources/markdown.mdtest/Ordered and unordered lists.xhtml (limited to 'vendor/michelf/php-markdown/test/resources/markdown.mdtest/Ordered and unordered lists.xhtml') diff --git a/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Ordered and unordered lists.xhtml b/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Ordered and unordered lists.xhtml new file mode 100644 index 000000000..ba71eab39 --- /dev/null +++ b/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Ordered and unordered lists.xhtml @@ -0,0 +1,148 @@ +

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: +
      +
    • Fee
    • +
    • Fie
    • +
    • Foe
    • +
  4. +
  5. Third
  6. +
+ +

Same thing but with paragraphs:

+ +
    +
  1. First

  2. +
  3. Second:

    + +
      +
    • Fee
    • +
    • Fie
    • +
    • Foe
    • +
  4. +
  5. Third

  6. +
+ + +

This was an error in Markdown 1.0.1:

+ + -- cgit v1.2.3