The trouble is, people keep extending Markdown to add HTML features. There's even Javascript embedded in Markdown.[1] You'd just create churn, not a fix.
[1] https://www.markdownlang.com/advanced/javascript.html
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.
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.