Markdown Mode
Insert and normal behavior
Markdown mode adds guarded key behavior:
Enterin Insert mode continues list markers and checkboxes on list linesoin Normal mode adds a new list item when on a list line
Links and navigation
md-goto-definition follows:
http://andhttps://URLs- Markdown links
- wiki links like
[[target]] - relative file paths (with
.mdfallback)
Heading navigation and heading picker use tree-sitter Markdown nodes.
Inline previews
Images
 previews render inline from local paths or URLs.
Mermaid
Fenced ```mermaid blocks render to inline textures when mmdc is available on PATH.
Transclusion
![[target]] and ![[target#heading]] render referenced content inline.
- max lines per embed:
30 - max nested depth:
3
Knowledge features
- clickable
#tagsfrom text and frontmatter - backlinks index (
;B) for wiki links pointing to current note - unlinked reference search (
:u) based on current title - project notes helper (
;W)
Callouts
Blockquotes starting with > [!type] render with callout styling. Supported aliases include note, tip, important, warning, caution, quote, info, todo, bug, danger, failure, and success.
Word count and frontmatter
Markdown buffers expose word metrics in the modeline, including selection and session delta.
Frontmatter is parsed and cached for:
titletagsword-goal- PDF export keys (
document-class,paper-size,font-size,line-spacing,margins,font,top-level-division,open-after-export)