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:
48
node_modules/showdown/test/features/#316.new-simpleLineBreaks-option-breaks-lists.html
generated
vendored
Normal file
48
node_modules/showdown/test/features/#316.new-simpleLineBreaks-option-breaks-lists.html
generated
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
<ol>
|
||||
<li>One</li>
|
||||
<li>Two<ul>
|
||||
<li>A</li>
|
||||
<li>B</li></ul></li>
|
||||
<li>Three</li>
|
||||
</ol>
|
||||
<blockquote>
|
||||
<p>this has<br />
|
||||
simple linebreaks</p>
|
||||
</blockquote>
|
||||
<pre><code>testing
|
||||
some
|
||||
code
|
||||
</code></pre>
|
||||
<ol>
|
||||
<li><p>paragraphed list</p>
|
||||
<p>this belongs<br />
|
||||
to the first list item</p></li>
|
||||
<li><p>This text<br />
|
||||
also</p></li>
|
||||
</ol>
|
||||
<p>simple<br />
|
||||
text</p>
|
||||
<ul>
|
||||
<li>a list<br />
|
||||
item</li>
|
||||
<li>another<br />
|
||||
list item</li>
|
||||
</ul>
|
||||
<p>simple<br />
|
||||
text</p>
|
||||
<ul>
|
||||
<li><p>some item</p>
|
||||
<p>another<br />
|
||||
paragraph</p>
|
||||
<ul>
|
||||
<li><p>And<br />
|
||||
now</p>
|
||||
<p>paragraph<br />
|
||||
sublist</p>
|
||||
<ul>
|
||||
<li><p>and<br />
|
||||
even</p>
|
||||
<p>another<br />
|
||||
one</p></li></ul></li></ul></li>
|
||||
<li><p>foo</p></li>
|
||||
</ul>
|
Reference in New Issue
Block a user