Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
li {
text-decoration: overline;
}
li::marker {
content: 'm';
}
li:first-line {
text-decoration: underline;
}
</style>
<li>a</li>