This is the official manual for the latest Org-mode release.
md
export back-end generates Markdown syntax1 for an Org
mode buffer.
It is built over HTML back-end: any construct not supported by Markdown
syntax (e.g., tables) will be controlled and translated by html
back-end (see HTML export).
org-md-export-to-markdown
)org-md-export-as-markdown
)Markdown export can generate both atx
and setext
types for
headlines, according to org-md-headline-style
. The former introduces
a hard limit of two levels, whereas the latter pushes it to six. Headlines
below that limit are exported as lists. You can also set a soft limit before
that one (see Export settings).