Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<style>
p {
background:gold;
width: 24em;
overflow: hidden;
columns: 2;
column-rule: solid;
}
</style>
</head>
<body>
<p>Some<br>text</p>
</body>
</html>