mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-14 00:34:10 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
15
node_modules/showdown/test/features/completeHTMLOutput/simple.html
generated
vendored
Normal file
15
node_modules/showdown/test/features/completeHTMLOutput/simple.html
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<p>This is a <strong>markdown</strong> file</p>
|
||||
<p>Converted into a full HTML document</p>
|
||||
<ul>
|
||||
<li>this</li>
|
||||
<li>is</li>
|
||||
<li>awesome</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
7
node_modules/showdown/test/features/completeHTMLOutput/simple.md
generated
vendored
Normal file
7
node_modules/showdown/test/features/completeHTMLOutput/simple.md
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
This is a **markdown** file
|
||||
|
||||
Converted into a full HTML document
|
||||
|
||||
- this
|
||||
- is
|
||||
- awesome
|
Reference in New Issue
Block a user