mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-09 14:24:04 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
19
node_modules/showdown/test/cases/ellipsis.html
generated
vendored
Normal file
19
node_modules/showdown/test/cases/ellipsis.html
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
<p>ellipsis in text…</p>
|
||||
<p>…</p>
|
||||
<ol>
|
||||
<li>foo…</li>
|
||||
<li>bar</li>
|
||||
</ol>
|
||||
<blockquote>
|
||||
<p>ellipsis in blockquote…</p>
|
||||
</blockquote>
|
||||
<pre><code>ellipsis in code...
|
||||
</code></pre>
|
||||
<pre><code>ellipsis in code...
|
||||
</code></pre>
|
||||
<h1 id="ellipsisinheader">ellipsis in header…</h1>
|
||||
<p>1…</p>
|
||||
<ol>
|
||||
<li>..</li>
|
||||
</ol>
|
||||
<p>1…</p>
|
Reference in New Issue
Block a user