this post was submitted on 16 Sep 2024
61 points (94.2% liked)

Asklemmy

49420 readers
243 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. 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.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] toastal@lemmy.ml 9 points 10 months ago (2 children)

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.

[–] toastal@lemmy.ml 3 points 10 months ago (1 children)

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 😅

[–] gandalf_der_12te@lemmy.blahaj.zone 1 points 10 months ago (1 children)

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?

[–] toastal@lemmy.ml 4 points 10 months ago

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.

[–] fossphi@lemm.ee 1 points 10 months ago (1 children)

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/

[–] toastal@lemmy.ml 1 points 9 months ago

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. 😄