May 23, 2026
Dollar signs, drama, and denial
Markdown Is Not LaTeX
A markdown meltdown turns into a comments-section eye roll fest
TLDR: A developer raged that Markdown is being corrupted by math notation and blamed Microsoft for pushing it that way. Commenters mostly rolled their eyes, saying the feature is useful, optional, and nowhere near the disaster the post makes it sound like.
The original post came in absolutely swinging: Markdown, the simple writing format used all over the internet, was supposedly being ruined by math features and, in the author’s view, by Microsoft’s meddling. The complaint is basically this: Markdown was meant to stay easy and clean, and adding special symbols for fancy equations turns it into a messy guessing game. The writer didn’t just disagree — they went full scorched-earth, dropping insults, conspiracy vibes, and a very loud “Fuck Microsoft” for dramatic effect.
But the real spectacle was the crowd reaction, and wow, the comments were not buying the apocalypse. One reader shrugged that being able to drop in a math formula once in a while is actually pretty useful, especially if sites can simply choose not to support it. Another commenter delivered the internet’s most devastating two-letter review: “Ok” — a tiny reply with huge "touch grass" energy. And the sharpest pushback called the post a “weird hill to die on,” arguing that most people have never had the supposed dollar-sign disaster in real life.
That’s what made this thread pop: not just a standards fight, but a full-on clash between righteous outrage and everyone else saying, basically, is this really the crisis of the century? Even the mention of MathJax — a tool for showing equations on websites — sparked eye-rolls, with commenters rejecting the article’s attempt to paint it as ancient junk. In the end, the hottest take wasn’t about formatting at all. It was the community’s collective reaction: sir, this is a comment section.
Key Points
- •The article says Markdown was originally designed to be simple for both authors and implementers.
- •It argues that GitHub Flavored Markdown later added isolated dollar-sign handling for LaTeX-style math.
- •The author claims this change introduced ambiguity in parsing paragraphs containing multiple dollar signs.
- •The article states that KaTeX conventions using double-dollar delimiters and fenced math blocks were already established before 2020.
- •The author says Orion will continue using an internal fork of @markedjs/marked instead of newer GFM parsers.