mirror of
				https://github.com/dawidd6/action-send-mail.git
				synced 2025-11-04 16:56:40 +07:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			493 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			493 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<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>
 |