mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-09 22:34:06 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
19
node_modules/showdown/test/issues/#261.mix-images-with-links.md
generated
vendored
Normal file
19
node_modules/showdown/test/issues/#261.mix-images-with-links.md
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
 [sd-ref][sd-logo]
|
||||
|
||||
foo
|
||||
|
||||
[sd-inline](https://raw.githubusercontent.com/showdownjs/logo/master/dist/logo.readme.png) ![sd-ref][sd-logo]
|
||||
|
||||
foo
|
||||
|
||||
![sd-ref][sd-logo] [sd-inline](https://raw.githubusercontent.com/showdownjs/logo/master/dist/logo.readme.png)
|
||||
|
||||
foo
|
||||
|
||||
[sd-ref][sd-logo] 
|
||||
|
||||
foo
|
||||
|
||||
[![sd-ref][sd-logo]](http://www.google.com/)
|
||||
|
||||
[sd-logo]: https://www.google.pt/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png
|
Reference in New Issue
Block a user