proposal to add "<3...</3" as tags to HTML
@jordyd HTML stands for Heart Text Markup Language
@jordyd
<3 class=broken>
...
</3>
3 .broken {
float: left;
content: none;
}
3 .broken::before {
display: inline-block;
content: ♥;
}
@jordyd I don't know why I wrote that. I just realized the cool CSS classes this could lead to.
@jordyd now *that's* something i can get behind.