Because, like UNIX/Linux itself, worse is better: https://en.wikipedia.org/wiki/Worse_is_better - and perfect is the enemy of "good enough." We want to encourage people to produce written output with minimal friction. Barriers to writing--and especially barriers to producing documentation--should be minimized. Writing well is difficult enough! Markup is overhead. Complex markup is even more overhead. Markdown is the…
Why are we still using Markdown?
11–20 of 328 posts
Re: Why are we still using Markdown?
#12Re: Why are we still using Markdown?
#13Check out my "Advent of Markdown" where I go through surprising markdown behavior: https://mastodon.social/@timokoesters/115643467322561173
Re: Why are we still using Markdown?
#14Aaron needs to hurry up and reincarnate already.
Re: Why are we still using Markdown?
#15Re: Why are we still using Markdown?
#16Ambiguous means unclear meaning, not that there is more than one way to achieve the same thing. Html has that same problem. Think , , , etc. That’s life. Get used to it.
Re: Why are we still using Markdown?
#17Yes, there is a problem with "many ways to do the same thing". The solution is ease - use a linter or autoformatter. No more bikeshedding.
If you plan to use a clean yet expandable syntax, look at Typst. One of its core design principles (https://github.com/typst/typst?tab=readme-ov-file#design-pri...) is:
> Simplicity through Consistency: If you know how to do one thing in Typst, you should be able to transfer that knowledge to other things. If there are multiple ways to do the same thing, one of them should be at a different level of abstraction than the other. E.g. it's okay that = Introduction and #heading[Introduction] do the same thing because the former is just syntax sugar for the latter.
Re: Why are we still using Markdown?
#18Re: Why are we still using Markdown?
#19These examples are contrived af. Nobody uses markdown like that bro. We like markdown because it's easy to read both rendered and raw.
Re: Why are we still using Markdown?
#20The article talks about how confusing Markdown can get. I understand, but HTML is *much* more confusing when it comes to creating technical articles. These days we are going to see more and more markdown with the advent of AI. Markdown works really we with AI because it reduces the number of tokens required for the same amount of information vs HTML.