Attempting a simpler configuration. Podman doesn't like it. Moving to Docker for sanity check.
This commit is contained in:
26
lib/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Images.text
vendored
Normal file
26
lib/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Images.text
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||

|
||||
|
||||

|
||||
|
||||
Inline within a paragraph: [alt text](/url/).
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
.
|
||||
|
||||
![Empty]()
|
||||
|
||||
.jpg)
|
||||
|
||||
|
||||
![alt text][foo]
|
||||
|
||||
[foo]: /url/
|
||||
|
||||
![alt text][bar]
|
||||
|
||||
[bar]: /url/ "Title here"
|
||||
Reference in New Issue
Block a user