dazzledbeans to Programmer [email protected] • 1 year agoMarkdown everywhereimagemessage-square101arrow-up11.01Karrow-down123
arrow-up1987arrow-down1imageMarkdown everywheredazzledbeans to Programmer [email protected] • 1 year agomessage-square101
minus-square@[email protected]linkfedilinkEnglish1•1 year 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-square@marcoslink1•1 year agoOh, it’s a headline? I always treated it like an item. Now it makes more sense that emacs insists on collapsing them.
minus-square@[email protected]linkfedilinkEnglish2•1 year 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)