diff --git a/tests/authoring/Inline/CrossLinksRedirects.fs b/tests/authoring/Inline/CrossLinksRedirects.fs
index b6f2ccce4..c7c1b5f22 100644
--- a/tests/authoring/Inline/CrossLinksRedirects.fs
+++ b/tests/authoring/Inline/CrossLinksRedirects.fs
@@ -90,7 +90,7 @@ type ``Scenario 2: Splitting a page into multiple smaller pages`` () =
[
]
let ``validate HTML`` () =
markdown |> convertsToHtml $"""
- Scenario 2
+
Scenario 2
Scenario 2
"""
diff --git a/tests/authoring/Inline/Substitutions.fs b/tests/authoring/Inline/Substitutions.fs
index ef128c249..d6c53e6d8 100644
--- a/tests/authoring/Inline/Substitutions.fs
+++ b/tests/authoring/Inline/Substitutions.fs
@@ -19,7 +19,7 @@ not a comment
[]
let ``validate HTML: replace substitution`` () =
markdown |> convertsToHtml """
-The following should be subbed: Hello World!
+
The following should be subbed: Hello World!
not a comment
"""
@@ -44,8 +44,8 @@ not a {substitution}
[]
let ``validate HTML: leaves non subs alone`` () =
markdown |> convertsToHtml """
- The following should be subbed: Hello World!
- not a comment
- not a {{valid-key}}
+
The following should be subbed: Hello World!
+ not a comment
+ not a {{valid-key}}
not a {substitution}
"""