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
Copy file name to clipboardExpand all lines: test/tests/code_spans.html
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
<p><codeclass="lang">code with an attribute</code></p>
4
4
5
-
<p><codeclass="execute">code with an attribute</code> in the same line as another<code>code block</code></p>
5
+
<p><codeclass="execute">code with an attribute</code> in the same line as another <code>code block</code> followed by <codeclass="ui test">UI</code> or <codeclass="copy">copy</code></p>
6
+
7
+
<p><codeclass="execute EXTRA">code with an attribute with additional info</code></p>
6
8
7
9
<p>Fix for backticks within HTML tag: <spanattr='`ticks`'>like this</span></p>
0 commit comments