Documentation
¶
Overview ¶
Command mdp renders a markdown file to HTML and opens it in a browser.
One-shot static preview: writes HTML to a stable temp file (sha1 of the input path so re-runs overwrite) and launches a browser. The `mdp serve` subcommand starts the long-running preview server consumed by the Neovim plugin.
mdp skill subcommand: exposes a bundled markdown reference for automation (Claude Code skills, scripts) that drive `mdp`. The reference content is versioned with the binary, so callers can `cat "$(mdp skill path)"` to load the canonical invocation guide without hard-coding it in skill prose.
Click to show internal directories.
Click to hide internal directories.