Hacker News new | ask | show | jobs
by theendisney 237 days ago
It was kind of strange to have bbcode and wiki markup specifically to avoid allowing users to use html.
1 comments

Gruber’s original markdown tool passes HTML straight through, it was designed to make writing long-form content easier.

Markdown implementations can do any of that, only allowing a whitelist of HTML elements (GFM), or not allowing HTML at all.