You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Paragraph with a <spanclass="variable" name="seller">seller</span> and more text and<divname="forceMajeure" class="if_inline">, this is conditional,</div> with some <strong>marker</strong><spanclass="formula"> 1+1 = 3 </span>. <divname="foo" separator=";" class="join_inline"><spanclass="variable" name="element">element</span></div></p>
3
-
<p>Paragraph with a <spanclass="variable" name="seller">seller</span> and more text and<divname="forceMajeure" class="if_inline">, this is conditional,<else> and this is too,</div> with some <strong>marker</strong><spanclass="formula"> 1+1 = 3 </span>. <divname="foo" class="join_inline"><spanclass="variable" name="element">element</span></div></p>
2
+
<p>Paragraph with a <spanclass="variable" name="seller">seller</span> and more text and<spanname="forceMajeure" class="if_inline">, this is conditional,</span> with some <strong>marker</strong><spanclass="formula"> 1+1 = 3 </span>. <spanname="foo" separator=";" class="join_inline"><spanclass="variable" name="element">element</span></span></p>
3
+
<p>Paragraph with a <spanclass="variable" name="seller">seller</span> and more text and<spanname="forceMajeure" class="if_inline">, this is conditional,</span><spanclass="else"> and this is too,</span> with some <strong>marker</strong><spanclass="formula"> 1+1 = 3 </span>. <spanname="foo" class="join_inline"><spanclass="variable" name="element">element</span></span></p>
Copy file name to clipboardExpand all lines: packages/markdown-it-template/test/data/none.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<h1>Title</h1>
2
-
<p>Paragraph with a {seller}} and more text and<divname="forceMajeure" class="if_inline">, this is optional,</div> with some <strong>marker</strong> {{% % 1+1 = 3 %}}.</p>
2
+
<p>Paragraph with a {seller}} and more text and<spanname="forceMajeure" class="if_inline">, this is optional,</span> with some <strong>marker</strong> {{% % 1+1 = 3 %}}.</p>
0 commit comments