diff --git a/test/resources/php-markdown-extra.mdtest/sample1.md b/test/resources/php-markdown-extra.mdtest/sample1.md new file mode 100644 index 00000000..738ca459 --- /dev/null +++ b/test/resources/php-markdown-extra.mdtest/sample1.md @@ -0,0 +1,20 @@ +#Heading 1 +## Heading 2 +... +###### Heading 6 +Unformatted text +[Link text](https://www.example.com) +Blank line + +# Header one + +Hello there + +How are you? +What's going on? + +## Another Header + +This is a paragraph [with an inline link](http://google.com). Neat, eh? + +## This is a header [with a link](http://yahoo.com)