summaryrefslogtreecommitdiff
path: root/sample_markdown.md
diff options
context:
space:
mode:
Diffstat (limited to 'sample_markdown.md')
-rw-r--r--sample_markdown.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/sample_markdown.md b/sample_markdown.md
new file mode 100644
index 0000000..b6efd26
--- /dev/null
+++ b/sample_markdown.md
@@ -0,0 +1,24 @@
+# Heading 1
+## Heading 2
+### Heading 3
+#### Heading 4
+##### Heading 5
+###### Heading 6
+
+## Ordered Lists
+1. Item 1
+2. Item 2
+3. Item 3
+
+## Unordered Lists
+* Item 1
+* Item 2
+* Item 3
+
+Link to [example.com](https://example.com)
+
+Random image:
+
+![Random Image](https://picsum.photos/300/300)
+
+<hr>