From 9ad06d721c1e481c82b4f43df819d76e35757282 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 14 Jul 2024 13:01:23 +0100 Subject: add examples --- examples/md-to-html/out.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/md-to-html/out.html (limited to 'examples/md-to-html/out.html') 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 heading

+

content of first paragraph

+

1.1 heading

+

content of nested paragraph

+

2 heading

+

content of second paragraph

+
// some code in the code block
+fn main() { }
+
+
  1. who dosent

    +
  2. +
  3. despise

    +
  4. +
  5. lists

    +
  6. +
+ + -- cgit v1.2.3