Hacker News new | ask | show | jobs
by tnolet 67 days ago
This is XML without the < and >
1 comments

Yeah, why not go directly the route of custom HTML elements in Markdown anyway, since HTML inside Markdown is valid?
My guess is parsability. It’s easier to look for sentinel ``` blocks as opposed to building an HTML processor. An XML processor would have been easier, but people like Markdown. So, here we are.

At least, that would’ve my rationale.