Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<html>
<head>
<style>
li {
list-style-position: inside;
column-count: 2;
}
</style>
</head>
<body>
<ul>
<li>Test (inside).</li>
</ul>
</body>
</html>