aboutsummaryrefslogtreecommitdiff
path: root/examples/md-to-html/out.html
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-07-14 13:01:23 +0100
committerAkshay <[email protected]>2024-07-14 13:01:23 +0100
commit9ad06d721c1e481c82b4f43df819d76e35757282 (patch)
treedebfca71dcdaeac93ac12abedd377f66cf4341fc /examples/md-to-html/out.html
parent83b537bb860643ebdabc43ab47cb8645da8a2e6d (diff)
add examples
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>