mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-06-22 00:46:12 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
+15
@@ -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
@@ -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