Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.foo::marker { color: red }
</style>
</head>
<body>
<ul>
<li class="foo">one</li>
<li>two</li>
</ul>
</body>
</html>