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 --- .../php-markdown-extra.mdtest/Footnotes.xhtml | 103 +++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Footnotes.xhtml (limited to 'vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Footnotes.xhtml') diff --git a/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Footnotes.xhtml b/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Footnotes.xhtml new file mode 100644 index 000000000..fe0a4646d --- /dev/null +++ b/vendor/michelf/php-markdown/test/resources/php-markdown-extra.mdtest/Footnotes.xhtml @@ -0,0 +1,103 @@ +

This is the first paragraph.1

+ + + +

Header4

+ +

Some paragraph with a footnote5, and another6.

+ +

Another paragraph with a named footnote7.

+ +

This paragraph should not have a footnote marker since +the footnote is undefined.[^3]

+ +

This paragraph has a second footnote marker to footnote number one.5

+ +

This paragraph links to a footnote with plenty of +block-level content.8

+ +

This paragraph host the footnote reference within a +footnote test9.

+ +
+ +

Testing unusual footnote name10.

+ +
+ +

Footnotes mixed with images111800 Travel1830 Travel

+ +
+
+
    + +
  1. +

    This is the first note. ↩︎

    +
  2. + +
  3. +

    This is the second note. ↩︎

    +
  4. + +
  5. +

    This is the third note, defined out of order. ↩︎

    +
  6. + +
  7. +

    This is the fourth note. ↩︎

    +
  8. + +
  9. +

    Content for fifth footnote. ↩︎ ↩︎

    +
  10. + +
  11. +

    Content for sixth footnote spaning on +three lines, with some span-level markup like +emphasis, a link↩︎

    +
  12. + +
  13. +

    Footnote beginning on the line next to the marker. ↩︎

    +
  14. + +
  15. +

    Paragraph.

    + +
      +
    • List item
    • +
    + +
    +

    Blockquote

    +
    + +
    Code block
    +
    + +

    ↩︎

    +
  16. + +
  17. +

    This footnote has a footnote of its own.12 ↩︎

    +
  18. + +
  19. +

    Haha! ↩︎

    +
  20. + +
  21. +

    Footnote Content ↩︎

    +
  22. + +
  23. +

    This footnote should appear even though it is referenced +from another footnote. But [^reference] should be litteral +since the footnote with that name has already been used. ↩︎

    +
  24. + +
+
-- cgit v1.2.3