dazzledbeans @lemmy.world to Programmer Humor@programming.dev · 2 years agoMarkdown everywherelemmy.worldimagemessage-square115fedilinkarrow-up11.01Karrow-down123
arrow-up1990arrow-down1imageMarkdown everywherelemmy.worlddazzledbeans @lemmy.world to Programmer Humor@programming.dev · 2 years agomessage-square115fedilink
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up2·2 years agoIsn’t org-mode compatible with markdown?
minus-squareamanneedsamaid@sopuli.xyzlinkfedilinkEnglisharrow-up2arrow-down1·2 years agoOrg-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 “#”.
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up1·2 years agoOh, it’s a headline? I always treated it like an item. Now it makes more sense that emacs insists on collapsing them.
minus-squareamanneedsamaid@sopuli.xyzlinkfedilinkEnglisharrow-up2·2 years agoYeah, org-mode prefers using " - " and numbered lists as items. (Although they are also collapsible)
Isn’t org-mode compatible with markdown?
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 “#”.
Oh, it’s a headline? I always treated it like an item.
Now it makes more sense that emacs insists on collapsing them.
Yeah, org-mode prefers using " - " and numbered lists as items. (Although they are also collapsible)