Skip to content

Commit d2838b4

Browse files
authored
[css-lists-3] Fix formatting issue
cc @fantasai
1 parent b1a24b0 commit d2838b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-lists-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ The Implicit ''list-item'' Counter</h3>
847847
6. Third top-level item
848848
</pre>
849849
given markup such as
850-
<pre>
850+
<xmp>
851851
<ol>
852852
<li>First top-level item
853853
<li value=5>Second top-level item, value=5
@@ -863,7 +863,7 @@ The Implicit ''list-item'' Counter</h3>
863863
<li>Third second-level item, list start=3
864864
<li>Third top-level item
865865
</ol>
866-
</pre>
866+
</xmp>
867867
</div>
868868

869869
<h3 id="creating-counters">

0 commit comments

Comments
 (0)