@@ -186,9 +186,9 @@ This is a inline math<span class="math">$123$</span> with space in list item tes
186186<h2>HTML in Markdown</h2>
187187<p>This is a HTML block inside Markdown.</p>
188188<h2>Highlight Text</h2>
189- <p>Highlight <span style="background-color: rgba(255, 102, 102, 0.5)">text</span> is here</p>
189+ <p>Highlight <span style="background-color: rgba(255, 102, 102, 0.5); ">text</span> is here</p>
190190<h2>Colored Text</h2>
191- <p>Colored <span style="color: rgb(255, 32, 32)">text</span> is here</p>
191+ <p>Colored <span style="color: rgb(255, 32, 32); ">text</span> is here</p>
192192<h2>Task Lists</h2>
193193<ul>
194194<li>
@@ -199,7 +199,7 @@ Incomplete item
199199</li>
200200</ul>
201201<h2>Strikethrough</h2>
202- <p><span style="text-decoration: line-through">This text is strikethrough.</span></p>
202+ <p><span style="text-decoration: line-through; ">This text is strikethrough.</span></p>
203203<h2>Recursive Elements</h2>
204204<h3>Recursive Links and Emphasis</h3>
205205<p><strong><a href="https://example.com" rel="noopener noreferrer nofollow">Bold link</a></strong></p>
@@ -391,11 +391,11 @@ This is a HTML block inside Markdown.
391391
392392## Highlight Text
393393
394- Highlight <span style="background-color: rgba(255, 102, 102, 0.5)">text</span> is here
394+ Highlight <span style="background-color: rgba(255, 102, 102, 0.5); ">text</span> is here
395395
396396## Colored Text
397397
398- Colored <span style="color: rgb(255, 32, 32)">text</span> is here
398+ Colored <span style="color: rgb(255, 32, 32); ">text</span> is here
399399
400400## Task Lists
401401
0 commit comments