Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From markdown
Markdown language server provides code intelligence for Markdown and MDX (.md, .mdx) files — diagnostics, go-to-definition, find references, hover information, and symbol listing.
npx claudepluginhub thebushidocollective/han --plugin markdownThis LSP server requires ${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.shto be installed on your system. Make sure it's available in your PATH before enabling.
Copy this JSON into your .lsp.json to enable this server
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"markdown": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.sh",
"extensionToLanguage": {
".md": "markdown",
".mdx": "markdown"
}
}
}
}File extensions mapped to language identifiers
Server configuration and transport parameters
${CLAUDE_PLUGIN_ROOT}/scripts/lsp-entrypoint.shstdioInitialization options and workspace settings
Share bugs, ideas, or general feedback.