(no title)
bazoom42 | 1 month ago
Original SGML was actually closer to markdown. It had various options to shorten and simplify the syntax, making it easy to write and edit by hand, while still having an unambiguous structure.
The verbose and explicit structure of xhtml makes it easier to process by tools, but more tedious for humans.
nathankleyn|1 month ago
It’s kind of a huge deal that I can give a Markdown file of plain text content to somebody non-technical and they aren’t overwhelmed by it in raw form.
HTML fails that same test.
singingbard|1 month ago
People were just using other markup languages like rST.
Other attempts had already proven HTML to be a bad language for rough documentation. Someone then just needed to write a spec that was easy to implement and Markdown was that.
epolanski|1 month ago
Pxtl|1 month ago
And markdown tables are harder to write than HTML tables. However, they are generally easier to read. Unless multi line cell.
jbaber|1 month ago
oneeyedpigeon|1 month ago
unknown|1 month ago
[deleted]
barnabee|1 month ago
Especially for casual users of HTML.
thisislife2|1 month ago