commit vendor
This commit is contained in:
11
vendor/michelf/php-markdown/test/resources/markdown.mdtest/Blockquotes with code blocks.text
vendored
Normal file
11
vendor/michelf/php-markdown/test/resources/markdown.mdtest/Blockquotes with code blocks.text
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
> Example:
|
||||
>
|
||||
> sub status {
|
||||
> print "working";
|
||||
> }
|
||||
>
|
||||
> Or:
|
||||
>
|
||||
> sub status {
|
||||
> return "working";
|
||||
> }
|
||||
Reference in New Issue
Block a user