\ No newline at end of file
diff --git a/tests/Utils/Parser/Markdown/data/em_strong.html b/tests/Utils/Parser/Markdown/data/em_strong.html
index c2cddc0fc..d16606cd8 100755
--- a/tests/Utils/Parser/Markdown/data/em_strong.html
+++ b/tests/Utils/Parser/Markdown/data/em_strong.html
@@ -1,8 +1,4 @@
-
em strong
-
em strong strong
-
strong em strong
-
strong em strong strong
-
em strong
-
em strong strong
-
strong em strong
-
strong em strong strong
\ No newline at end of file
+
em underline
+
underline em
+
strong em
+
strong em
\ No newline at end of file
diff --git a/tests/Utils/Parser/Markdown/data/em_strong.md b/tests/Utils/Parser/Markdown/data/em_strong.md
index 9abeb3fd4..224cf308d 100755
--- a/tests/Utils/Parser/Markdown/data/em_strong.md
+++ b/tests/Utils/Parser/Markdown/data/em_strong.md
@@ -1,15 +1,7 @@
-___em strong___
+___em underline___
-___em strong_ strong__
+__*underline em*__
-__strong _em strong___
+***strong em***
-__strong _em strong_ strong__
-
-***em strong***
-
-***em strong* strong**
-
-**strong *em strong***
-
-**strong *em strong* strong**
\ No newline at end of file
+**_strong em_**
\ No newline at end of file
diff --git a/tests/Utils/Parser/Markdown/data/emoji.html b/tests/Utils/Parser/Markdown/data/emoji.html
index 7c88617e6..d4de04c55 100644
--- a/tests/Utils/Parser/Markdown/data/emoji.html
+++ b/tests/Utils/Parser/Markdown/data/emoji.html
@@ -1 +1 @@
-📹
\ No newline at end of file
+
📹
\ No newline at end of file
diff --git a/tests/Utils/Parser/Markdown/data/emphasis.md b/tests/Utils/Parser/Markdown/data/emphasis.md
index b4f6abe1b..99073ae5c 100755
--- a/tests/Utils/Parser/Markdown/data/emphasis.md
+++ b/tests/Utils/Parser/Markdown/data/emphasis.md
@@ -2,9 +2,9 @@ __underscore__, *asterisk*, _one two_, *three four*, _a_, *b*
**strong** and *em* and **strong** and *em*
-_line
+*line
line
-line_
+line*
this_is_not_an_emphasis
diff --git a/tests/Utils/Parser/Markdown/data/keystroke.html b/tests/Utils/Parser/Markdown/data/keystroke.html
index a29497cb3..8e6d5ca4d 100644
--- a/tests/Utils/Parser/Markdown/data/keystroke.html
+++ b/tests/Utils/Parser/Markdown/data/keystroke.html
@@ -1 +1 @@
-ctrl+shift+A
\ No newline at end of file
+
ctrl + shift + A
\ No newline at end of file
diff --git a/tests/Utils/Parser/Markdown/data/mark.html b/tests/Utils/Parser/Markdown/data/mark.html
index 68f61fb40..111e911cf 100644
--- a/tests/Utils/Parser/Markdown/data/mark.html
+++ b/tests/Utils/Parser/Markdown/data/mark.html
@@ -1 +1 @@
-Mark test
\ No newline at end of file
+
Mark test
\ No newline at end of file
diff --git a/tests/Utils/Parser/Markdown/manualdata/address.html b/tests/Utils/Parser/Markdown/manualdata/address.html
index ed1c1e308..7a6a79b3b 100644
--- a/tests/Utils/Parser/Markdown/manualdata/address.html
+++ b/tests/Utils/Parser/Markdown/manualdata/address.html
@@ -1 +1,7 @@
-[addr name="AddrName" address="Addr" city="AddrCity" country="AddrCoutry" zip="AddrZip"]
\ No newline at end of file
+
+AddrName
+Addr
+AddrZip
+AddrCity
+AddrCoutry
+
\ No newline at end of file
diff --git a/tests/Utils/Parser/Markdown/manualdata/contact.html b/tests/Utils/Parser/Markdown/manualdata/contact.html
index e69de29bb..92760f913 100644
--- a/tests/Utils/Parser/Markdown/manualdata/contact.html
+++ b/tests/Utils/Parser/Markdown/manualdata/contact.html
@@ -0,0 +1,36 @@
+
\ No newline at end of file
diff --git a/tests/Utils/Parser/Markdown/manualdata/map.html b/tests/Utils/Parser/Markdown/manualdata/map.html
index 876402e3b..c6f54ef15 100644
--- a/tests/Utils/Parser/Markdown/manualdata/map.html
+++ b/tests/Utils/Parser/Markdown/manualdata/map.html
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/tests/Utils/Parser/Markdown/manualdata/progress.html b/tests/Utils/Parser/Markdown/manualdata/progress.html
index 43b83b1d0..24ae75383 100644
--- a/tests/Utils/Parser/Markdown/manualdata/progress.html
+++ b/tests/Utils/Parser/Markdown/manualdata/progress.html
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/tests/Utils/Parser/Markdown/manualdata/spoiler.html b/tests/Utils/Parser/Markdown/manualdata/spoiler.html
index 011c08b14..2085a4d8e 100644
--- a/tests/Utils/Parser/Markdown/manualdata/spoiler.html
+++ b/tests/Utils/Parser/Markdown/manualdata/spoiler.html
@@ -1 +1,4 @@
-This is a >!test spoiler!< in text.
\ No newline at end of file
+
This is a
+
+test spoiler
+ in text.
\ No newline at end of file
diff --git a/tests/Utils/Parser/Markdown/manualdata/spoiler_block.html b/tests/Utils/Parser/Markdown/manualdata/spoiler_block.html
index 47ca3f484..067b6cdb3 100644
--- a/tests/Utils/Parser/Markdown/manualdata/spoiler_block.html
+++ b/tests/Utils/Parser/Markdown/manualdata/spoiler_block.html
@@ -1 +1,5 @@
-Test summaryThis is a test spoiler.
\ No newline at end of file
+
+Test summary
+
+This is a test spoiler.
+
\ No newline at end of file