File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/Elastic.Markdown.Tests/Directives Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public void Render() => Html.Should().Contain("""
123123 <li> List Item 1
124124 <div class="admonition note">
125125 <p class="admonition-title">Note</p>
126- Hello, World!
126+ Hello, World!
127127 </div>
128128 </li>
129129 """ ) ;
@@ -152,7 +152,7 @@ public void Render() => Html.Should().Contain("""
152152 <li> List Item 1
153153 <div class="admonition note">
154154 <p class="admonition-title">Note</p>
155- Hello, World!
155+ Hello, World!
156156 </div>
157157 </li>
158158 """ ) ;
@@ -180,7 +180,7 @@ public void Render() => Html.Should().Contain("""
180180 <li> List Item 1
181181 <div class="admonition note">
182182 <p class="admonition-title">Note</p>
183- Hello, World!
183+ Hello, World!
184184 </div>
185185 </li>
186186 """ ) ;
You can’t perform that action at this time.
0 commit comments