Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit deb64df

Browse files
authored
fix: Replace marker example (#2585)
* chore: check in marker example cleanly * chore: check in marker example cleanly
1 parent cf76bd8 commit deb64df

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
li::marker {
2+
content: '✝ ';
3+
font-size: 1.2em;
4+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<p>Group known as Mercury Seven:</p>
2+
<ul>
3+
<li>Malcolm Scott Carpenter</li>
4+
<li>Leroy Gordon (Gordo) Cooper Jr.</li>
5+
<li>John Herschel Glenn Jr.</li>
6+
<li>Virgil Ivan (Gus) Grissom</li>
7+
<li>Walter Marty (Wally) Schirra Jr.</li>
8+
<li>Alan Bartlett Shepard Jr.</li>
9+
<li>Donald Kent (Deke) Slayton</li>
10+
</ul>

live-examples/css-examples/pseudo-element/meta.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@
6565
"defaultTab": "css",
6666
"height": "tabbed-shorter"
6767
},
68+
"marker": {
69+
"exampleCode": "./live-examples/css-examples/pseudo-element/marker.html",
70+
"cssExampleSrc": "./live-examples/css-examples/pseudo-element/marker.css",
71+
"fileName": "pseudo-element-marker.html",
72+
"title": "HTML Demo: ::marker",
73+
"type": "tabbed",
74+
"defaultTab": "css",
75+
"height": "tabbed-shorter"
76+
},
6877
"placeholder": {
6978
"exampleCode": "./live-examples/css-examples/pseudo-element/placeholder.html",
7079
"cssExampleSrc": "./live-examples/css-examples/pseudo-element/placeholder.css",

0 commit comments

Comments
 (0)