diff --git a/_includes/04-lists.md b/_includes/04-lists.md
new file mode 100644
index 0000000..513a71e
--- /dev/null
+++ b/_includes/04-lists.md
@@ -0,0 +1,13 @@
+:heart:
+
+
+1. Item 1
+2. Item 2
+3. Item 3
+ 1. Item 3a
+ 2. Item 3b
+
+* Item 1
+* Item 2
+ * Item 2a
+ * Item 2b
diff --git a/_includes/05-emphasis.md b/_includes/05-emphasis.md
new file mode 100644
index 0000000..a66eb19
--- /dev/null
+++ b/_includes/05-emphasis.md
@@ -0,0 +1,7 @@
+*This text will be italic*
+_This will also be italic_
+
+**This text will be bold**
+__This will also be bold__
+
+_You **can** combine them_
diff --git a/index.md b/index.md
index a938fda..4612d1c 100644
--- a/index.md
+++ b/index.md
@@ -12,3 +12,10 @@ layout: default
{% include 03-links.md %}
+
+
+{% include 04-lists.md %}
+
+
+
+{% include 05-emphasis.md %}
\ No newline at end of file