this post was submitted on 16 Sep 2024
59 points (94.0% liked)
Asklemmy
43915 readers
1087 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Markdown is trash. It almost always comes in a fork that is naturally incompatible with other forks & never has the features you need for blogging or technical writing (leading to abuse of the limited features, unsemantic markup output, and/or embedding HTML which is both ugly & also ruining portability to non-HTML targets). This leaves you locked into some specific tool’s forked implementation & never looks good in other contexts. Markdown was also never the only or best option for lightweight markup at any time.
Nothing beats org mode syntax for markup. You don't have to use emacs, but syntactically, org is so much more convenient, consistent and easy.
https://karl-voit.at/2017/09/23/orgmode-as-markup-only/
Org mode is fine, better than Markdown, but still wouldn’t be my first choice for technical writing. I will still respect you for using it tho. 😄
Downvotes here showing it’s controversial, but I am willing to bet these folk have never given AsciiDoc, reStructuredText, & LaTeX a spin in comparison (for ‘real world’ documentation, etc. with multiple output targets) to actually know what they are talking about 😅
You can embed LaTeX math formulas in Markdown with
$x = y$
on many clients.Let me try: $f(x) = \frac{1}{x}$.
Doesn't seem to work on Lemmy. Maybe a bug/missing feature?
It’s always a series of extensions nonstandardized but said to all be under the same umbrella. It would be better if these things called a spade a spade & say Markdown-like or Markdown-inspired instead of giving a false sense of compatibility.