mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-06-22 08:47:31 +07:00
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
<p>Define a function in javascript:</p>
|
||||
<pre><code>function MyFunc(a) {
|
||||
var s = '`';
|
||||
}
|
||||
</code></pre>
|
||||
<p>And some HTML</p>
|
||||
<pre><code class="html language-html"><div>HTML!</div>
|
||||
</code></pre>
|
||||
<p>And some CSS with spaces before the language declaration</p>
|
||||
<pre><code class="css language-css">body {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
</code></pre>
|
||||
<p>Use more than 3 backticks</p>
|
||||
<pre><code>some code
|
||||
</code></pre>
|
||||
<p>Use tilde as delimiter</p>
|
||||
<pre><code>another piece of code
|
||||
</code></pre>
|
||||
Reference in New Issue
Block a user