mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-11-26 16:23:15 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
11
node_modules/showdown/test/features/#164.1.simple-autolink.md
generated
vendored
Normal file
11
node_modules/showdown/test/features/#164.1.simple-autolink.md
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
foo.bar
|
||||
|
||||
www.foobar
|
||||
|
||||
www.foobar.com
|
||||
|
||||
http://foobar.com
|
||||
|
||||
https://www.foobar.com/baz?bazinga=nhecos;
|
||||
|
||||
<a href="http://www.google.com/">http://www.google.com</a>
|
||||
Reference in New Issue
Block a user