mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-07 13:24:04 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
7
node_modules/showdown/test/cases/inline-code.html
generated
vendored
Normal file
7
node_modules/showdown/test/cases/inline-code.html
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<p>Create a new <code>function</code>.</p>
|
||||
<p>Use the backtick in MySQL syntax <code>SELECT `column` FROM whatever</code>.</p>
|
||||
<p>A single backtick in a code span: <code>`</code></p>
|
||||
<p>A backtick-delimited string in a code span: <code>`foo`</code></p>
|
||||
<p>Please don't use any <code><blink></code> tags.</p>
|
||||
<p><code>&#8212;</code> is the decimal-encoded equivalent of <code>&mdash;</code>.</p>
|
||||
<p>this <code>inline **code** has ___magic___</code> chars</p>
|
Reference in New Issue
Block a user