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:
14
node_modules/showdown/test/issues/crazy-urls.html
generated
vendored
Normal file
14
node_modules/showdown/test/issues/crazy-urls.html
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<p><img src="images(1)/cat(1).png" alt="my cat" /></p>
|
||||
<p><a href="images(1)/cat(1).png">my cat</a></p>
|
||||
<p><img src="some.com/crazy url with spaces" alt="foo" /></p>
|
||||
<p><img src="some.com/crazy url with spaces" alt="foo" title="title" /></p>
|
||||
<p><a href="some.com/crazy url with spaces">foo</a></p>
|
||||
<p><a href="some.com/crazy url with spaces" title="title">foo</a></p>
|
||||
<p><img src="" alt="empty" /></p>
|
||||
<p><a href="">empty</a></p>
|
||||
<p><img src="" alt="empty" title="title" /></p>
|
||||
<p><a href="" title="title">empty</a></p>
|
||||
<p><img src="" alt="empty" /></p>
|
||||
<p><a href="">empty</a></p>
|
||||
<p><img src="" alt="empty" title="title" /></p>
|
||||
<p><a href="" title="title">empty</a></p>
|
Reference in New Issue
Block a user