aboutsummaryrefslogtreecommitdiff
path: root/examples/md-to-html/out.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/md-to-html/out.html')
-rw-r--r--examples/md-to-html/out.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/md-to-html/out.html b/examples/md-to-html/out.html
new file mode 100644
index 0000000..9b03976
--- /dev/null
+++ b/examples/md-to-html/out.html
@@ -0,0 +1,20 @@
1<html>
2<body>
3<h1>1 heading</h1>
4<p>content of first paragraph</p>
5<h2>1.1 heading</h2>
6<p>content of nested paragraph</p>
7<h1>2 heading</h1>
8<p>content of second paragraph</p>
9<pre>// some code in the code block
10fn main() { }
11</pre>
12<ol><li><p>who dosent</p>
13</li>
14<li><p>despise</p>
15</li>
16<li><p>lists</p>
17</li>
18</ol>
19</body>
20</html>