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:
10
node_modules/showdown/test/cases/blockquote-nested-markdown.html
generated
vendored
Normal file
10
node_modules/showdown/test/cases/blockquote-nested-markdown.html
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<blockquote>
|
||||
<h2 id="thisisaheader">This is a header.</h2>
|
||||
<ol>
|
||||
<li>This is the first list item.</li>
|
||||
<li>This is the second list item.</li>
|
||||
</ol>
|
||||
<p>Here's some example code:</p>
|
||||
<pre><code>return shell_exec("echo $input | $markdown_script");
|
||||
</code></pre>
|
||||
</blockquote>
|
Reference in New Issue
Block a user