Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>Reference: Inside list marker and normal text render identically: disc</title>
<style>
* {
margin: 0;
padding: 0;
}
p::before {
content: counter(test, disc);
}
</style>
<p> Filler Text