this post was submitted on 12 Sep 2023
986 points (97.8% liked)

Programmer Humor

19315 readers
69 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] marcos 2 points 1 year ago (1 children)

Isn't org-mode compatible with markdown?

[–] [email protected] 1 points 1 year ago (1 children)

Org-mode can be exported to many different languages (markdown, HTML, LaTeX) via org-export.

If you're asking whether org mode uses all the same syntax of markdown (which would make them 1:1 compatible) it does not.

For instance, "headline" in org mode is "*", whereas in markdown a top level heading is "#".

[–] marcos 1 points 1 year ago (1 children)

Oh, it's a headline? I always treated it like an item.

Now it makes more sense that emacs insists on collapsing them.

[–] [email protected] 2 points 1 year ago

Yeah, org-mode prefers using " - " and numbered lists as items. (Although they are also collapsible)