aboutsummaryrefslogtreecommitdiff
path: root/examples/md-to-html/out.html
blob: 9b0397609284146349f6d2c71408aeb30e0200f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<body>
<h1>1 heading</h1>
<p>content of first paragraph</p>
<h2>1.1 heading</h2>
<p>content of nested paragraph</p>
<h1>2 heading</h1>
<p>content of second paragraph</p>
<pre>// some code in the code block
fn main() { }
</pre>
<ol><li><p>who dosent</p>
</li>
<li><p>despise</p>
</li>
<li><p>lists</p>
</li>
</ol>
</body>
</html>