mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-06-21 00:31:00 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
<p><a href="http://www.foobar.com/blegh#**foobar**bazinga">http://www.foobar.com/blegh#**foobar**bazinga</a></p>
|
||||
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
http://www.foobar.com/blegh#**foobar**bazinga
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
<blockquote>
|
||||
<p><a href="http://www.google.com">http://www.google.com</a></p>
|
||||
</blockquote>
|
||||
+1
@@ -0,0 +1 @@
|
||||
> http://www.google.com
|
||||
+1
@@ -0,0 +1 @@
|
||||
<p><a href="http://en.wikipedia.org/wiki/Tourism_in_Germany">http://en.wikipedia.org/wiki/Tourism_in_Germany</a></p>
|
||||
+1
@@ -0,0 +1 @@
|
||||
http://en.wikipedia.org/wiki/Tourism_in_Germany
|
||||
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
<p><a href="http://www.google.com">www.google.com</a></p>
|
||||
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
<a href="http://www.google.com">www.google.com</a>
|
||||
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
<pre><code>some code with
|
||||
a link
|
||||
www.google.com
|
||||
|
||||
and another link http://www.google.com
|
||||
</code></pre>
|
||||
Generated
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
some code with
|
||||
a link
|
||||
www.google.com
|
||||
|
||||
and another link http://www.google.com
|
||||
Generated
Vendored
+1
@@ -0,0 +1 @@
|
||||
<p><img src="https://raw.githubusercontent.com/showdownjs/logo/master/dist/logo.readme.png" alt="Showdown" /></p>
|
||||
Generated
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
![Showdown][sd-logo]
|
||||
|
||||
[sd-logo]: https://raw.githubusercontent.com/showdownjs/logo/master/dist/logo.readme.png
|
||||
Generated
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
<p><em><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></em></p>
|
||||
<p><strong><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></strong></p>
|
||||
<p><strong><em><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></em></strong></p>
|
||||
<p><del><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></del></p>
|
||||
<p><em><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></em></p>
|
||||
<p><strong><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></strong></p>
|
||||
<p><strong><em><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></em></strong></p>
|
||||
Generated
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
*http://www.google.com/foobar*
|
||||
|
||||
**http://www.google.com/foobar**
|
||||
|
||||
***http://www.google.com/foobar***
|
||||
|
||||
~~http://www.google.com/foobar~~
|
||||
|
||||
_http://www.google.com/foobar_
|
||||
|
||||
__http://www.google.com/foobar__
|
||||
|
||||
___http://www.google.com/foobar___
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
<ol>
|
||||
<li><a href="http://www.google.com/listitem1">http://www.google.com/listitem1</a></li>
|
||||
<li><a href="http://www.google.com/listitem2">http://www.google.com/listitem2</a></li>
|
||||
<li><a href="http://www.google.com/listitem3">http://www.google.com/listitem3</a></li>
|
||||
</ol>
|
||||
<p>foo</p>
|
||||
<ol>
|
||||
<li><p><a href="http://www.google.com/listitem1">http://www.google.com/listitem1</a></p></li>
|
||||
<li><p><a href="http://www.google.com/listitem2">http://www.google.com/listitem2</a></p></li>
|
||||
<li><p><a href="http://www.google.com/listitem3">http://www.google.com/listitem3</a></p></li>
|
||||
</ol>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
1. http://www.google.com/listitem1
|
||||
2. http://www.google.com/listitem2
|
||||
3. http://www.google.com/listitem3
|
||||
|
||||
foo
|
||||
|
||||
1. http://www.google.com/listitem1
|
||||
|
||||
2. http://www.google.com/listitem2
|
||||
|
||||
3. http://www.google.com/listitem3
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
<p><a href="http://www.google.com/foobar">http://www.google.com/foobar</a></p>
|
||||
<p><a href="http://www.google.com/foobar">www.google.com/foobar</a></p>
|
||||
<p><a href="ftp://user:password@host.com:port/path">ftp://user:password@host.com:port/path</a></p>
|
||||
<p>this has some <a href="http://www.google.com/foobar">http://www.google.com/foobar</a> in text</p>
|
||||
<p>this has some <a href="http://www.google.com/foobar">www.google.com/foobar</a> in text</p>
|
||||
<p>this has some <a href="ftp://user:password@host.com:port/path">ftp://user:password@host.com:port/path</a> in text</p>
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
http://www.google.com/foobar
|
||||
|
||||
www.google.com/foobar
|
||||
|
||||
ftp://user:password@host.com:port/path
|
||||
|
||||
this has some http://www.google.com/foobar in text
|
||||
|
||||
this has some www.google.com/foobar in text
|
||||
|
||||
this has some ftp://user:password@host.com:port/path in text
|
||||
|
||||
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
<ul>
|
||||
<li><a href="http://www.google.com/foo">http://www.google.com/foo</a></li>
|
||||
<li><a href="http://www.google.com/bar">http://www.google.com/bar</a></li>
|
||||
<li><a href="http://www.google.com/baz">http://www.google.com/baz</a></li>
|
||||
</ul>
|
||||
<p>a</p>
|
||||
<ul>
|
||||
<li><p><a href="http://www.google.com/foo">http://www.google.com/foo</a></p></li>
|
||||
<li><p><a href="http://www.google.com/bar">http://www.google.com/bar</a></p></li>
|
||||
<li><p><a href="http://www.google.com/baz">http://www.google.com/baz</a></p></li>
|
||||
</ul>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
- http://www.google.com/foo
|
||||
- http://www.google.com/bar
|
||||
- http://www.google.com/baz
|
||||
|
||||
a
|
||||
|
||||
- http://www.google.com/foo
|
||||
|
||||
- http://www.google.com/bar
|
||||
|
||||
- http://www.google.com/baz
|
||||
Reference in New Issue
Block a user