Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

markdown-lsp

Markdown language server for Claude Code.

Provides code intelligence for Markdown files — link navigation, find references, and document symbols via marksman.

Install

# Requires ac marketplace
/plugin install markdown-lsp@ac

What It Provides

LSP integration for .md and .mdx files via marksman:

  • Go-to-definition: Jump to link targets and heading anchors
  • Find references: Locate all links pointing to a heading or file
  • Document symbols: Navigate headings as a document outline
  • Hover: Preview link targets inline

Prerequisites

Install marksman:

brew install marksman

Verification

marksman --version

License

MIT