mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-14 16:54:05 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
27
node_modules/showdown/test/issues/crazy-urls.md
generated
vendored
Normal file
27
node_modules/showdown/test/issues/crazy-urls.md
generated
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
/cat(1).png>)
|
||||
|
||||
[my cat](<images(1)/cat(1).png>)
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
[foo](<some.com/crazy url with spaces>)
|
||||
|
||||
[foo](<some.com/crazy url with spaces> "title")
|
||||
|
||||

|
||||
|
||||
[empty](<>)
|
||||
|
||||

|
||||
|
||||
[empty](<> "title")
|
||||
|
||||

|
||||
|
||||
[empty](< >)
|
||||
|
||||

|
||||
|
||||
[empty](< > "title")
|
Reference in New Issue
Block a user