mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-15 01:04:04 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
3
node_modules/showdown/test/features/emojis/complex.html
generated
vendored
Normal file
3
node_modules/showdown/test/features/emojis/complex.html
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
<p>foo🍎bar</p>
|
||||
<p>foo: apple :bar</p>
|
||||
<p>:foo 🍎 bar:</p>
|
5
node_modules/showdown/test/features/emojis/complex.md
generated
vendored
Normal file
5
node_modules/showdown/test/features/emojis/complex.md
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
foo:apple:bar
|
||||
|
||||
foo: apple :bar
|
||||
|
||||
:foo :apple: bar:
|
4
node_modules/showdown/test/features/emojis/links.html
generated
vendored
Normal file
4
node_modules/showdown/test/features/emojis/links.html
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
<p>this link <a href="http://www.example.com/some:apple:url">somelink</a></p>
|
||||
<p>emoji <a href="http://www.example.com/some:apple:url">🍎</a></p>
|
||||
<p><a href="http://www.example.com/some:apple:url">🍎</a></p>
|
||||
<p><a href="http://www.example.com/some:apple:url">🍎</a></p>
|
11
node_modules/showdown/test/features/emojis/links.md
generated
vendored
Normal file
11
node_modules/showdown/test/features/emojis/links.md
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
this link [somelink](http://www.example.com/some:apple:url)
|
||||
|
||||
emoji [:apple:](http://www.example.com/some:apple:url)
|
||||
|
||||
[:apple:][apple]
|
||||
|
||||
[:apple:][]
|
||||
|
||||
|
||||
[apple]: http://www.example.com/some:apple:url
|
||||
[:apple:]: http://www.example.com/some:apple:url
|
2
node_modules/showdown/test/features/emojis/simple.html
generated
vendored
Normal file
2
node_modules/showdown/test/features/emojis/simple.html
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<p>🍎 and 💋</p>
|
||||
<p>💋my🍎</p>
|
3
node_modules/showdown/test/features/emojis/simple.md
generated
vendored
Normal file
3
node_modules/showdown/test/features/emojis/simple.md
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
:apple: and :kiss:
|
||||
|
||||
:kiss:my:apple:
|
1
node_modules/showdown/test/features/emojis/simplifiedautolinks.html
generated
vendored
Normal file
1
node_modules/showdown/test/features/emojis/simplifiedautolinks.html
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
<p><a href="http://www.example.com/some:apple:url">http://www.example.com/some:apple:url</a></p>
|
1
node_modules/showdown/test/features/emojis/simplifiedautolinks.md
generated
vendored
Normal file
1
node_modules/showdown/test/features/emojis/simplifiedautolinks.md
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
http://www.example.com/some:apple:url
|
2
node_modules/showdown/test/features/emojis/special.html
generated
vendored
Normal file
2
node_modules/showdown/test/features/emojis/special.html
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
<p>this is showdown's emoji <span style="font-family: 'Anonymous Pro', monospace; text-decoration: underline; text-decoration-style: dashed; text-decoration-color: #3e8b8a;text-underline-position: under;">S</span></p>
|
||||
<p>and this is github's emoji <img alt=":octocat:" height="20" width="20" align="absmiddle" src="https://assets-cdn.github.com/images/icons/emoji/octocat.png"></p>
|
3
node_modules/showdown/test/features/emojis/special.md
generated
vendored
Normal file
3
node_modules/showdown/test/features/emojis/special.md
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
this is showdown's emoji :showdown:
|
||||
|
||||
and this is github's emoji :octocat:
|
Reference in New Issue
Block a user