Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

[FIX] Make HTML in Counter snippet the same as demo #101

Merged
merged 2 commits into from
Oct 2, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make HTML code the same as demo
  • Loading branch information
TomaszWegrzyn committed Oct 1, 2018
commit 0fdc80d8c1b3c4d2f17f41cb2015cf6abb118cb5
9 changes: 8 additions & 1 deletion snippets/counter.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ Counters are, in essence, variables maintained by CSS whose values may be increm
<ul>
<li>List item</li>
<li>List item</li>
<li>List item</li>
<li>
List item
<ul>
<li>List item</li>
<li>List item</li>
<li>List item</li>
</ul>
</li>
</ul>
```

Expand Down