mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-06-21 08:37:22 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
<p>foo🍎bar</p>
|
||||
<p>foo: apple :bar</p>
|
||||
<p>:foo 🍎 bar:</p>
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
foo:apple:bar
|
||||
|
||||
foo: apple :bar
|
||||
|
||||
:foo :apple: bar:
|
||||
+4
@@ -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
@@ -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
@@ -0,0 +1,2 @@
|
||||
<p>🍎 and 💋</p>
|
||||
<p>💋my🍎</p>
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
:apple: and :kiss:
|
||||
|
||||
:kiss:my:apple:
|
||||
+1
@@ -0,0 +1 @@
|
||||
<p><a href="http://www.example.com/some:apple:url">http://www.example.com/some:apple:url</a></p>
|
||||
+1
@@ -0,0 +1 @@
|
||||
http://www.example.com/some:apple:url
|
||||
+2
@@ -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
@@ -0,0 +1,3 @@
|
||||
this is showdown's emoji :showdown:
|
||||
|
||||
and this is github's emoji :octocat:
|
||||
Reference in New Issue
Block a user