Hacker News new | ask | show | jobs
by tlarkworthy 4 days ago
HTML is human readable as a text file. It does lack abstraction though. I don't actually like markdown much but it is quicker for prose and when I want my images styled a certain way I drop to HTML
1 comments

> HTML is human readable as a text file.

It's horrible to read compared to markdown and typst.

    <p>Some cool <em>sentence</em> in <b>html!</b></p>

    Some cool *sentence* in **markdown!**