+
Header
+ # Markdown header notation
+
+ Paragraph with list
+ * item1
+ * item2
+
+
+
diff --git a/test/MarkdownParser.Test/Resources/Examples/Sections/innernestedlist.md b/test/MarkdownParser.Test/Resources/Examples/Sections/innernestedlist.md
new file mode 100644
index 0000000..32ddac0
--- /dev/null
+++ b/test/MarkdownParser.Test/Resources/Examples/Sections/innernestedlist.md
@@ -0,0 +1,7 @@
+* item1
+ * # item1.1 with Header
+ * item1.2 Some test
+ with multiple lines
+* item2
+ * > inner Quote
+ > # Quote With header
\ No newline at end of file
diff --git a/test/MarkdownParser.Test/Resources/Examples/Sections/paragraphs.md b/test/MarkdownParser.Test/Resources/Examples/Sections/paragraphs.md
index dec6d66..9059e16 100644
--- a/test/MarkdownParser.Test/Resources/Examples/Sections/paragraphs.md
+++ b/test/MarkdownParser.Test/Resources/Examples/Sections/paragraphs.md
@@ -1,7 +1,7 @@
Paragraphs are separated by a blank line.
2nd paragraph. *Italic*, **bold**, and `monospace`. Itemized lists
-look like: (removed)
+look like (removed)