Hacker News new | ask | show | jobs
by OkayPhysicist 3 days ago
There is no "adding HTML features" to Markdown. Markdown is a superset of HTML. You can simply put HTML tags (including script tags) in your Markdown.
1 comments

If you interpret Markdown that way, all you've done is encapsulate HTML and JavaScript. Nothing gets simpler.
Exactly the problem.