Y
Hacker News
new
|
ask
|
show
|
jobs
by
Animats
3 days ago
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
1 comments
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.
link
Animats
3 days ago
If you interpret Markdown that way, all you've done is encapsulate HTML and JavaScript. Nothing gets simpler.
link
trumpdong
2 days ago
Exactly the problem.
link