"Pull Requests review changes. Sidemark reviews documents over time."
PR Reviews Arenβt Built for Living Documents
Add portable Markdown comments and review threads without embedding comments in Markdown files.

If you're searching for markdown comments, comments in Markdown, or a way to leave review feedback on Markdown documents without stuffing HTML comments into the file, Sidemark is built for that exact workflow.
Sidemark, also known as MRSF (Markdown Review Sidecar Format), stores comments in a sidecar file next to the Markdown document. That gives you durable anchors, threaded review comments, Git-friendly history, and tooling for CLIs, editors, AI agents, and rendering pipelines.
If you want comments inside a live editor instead of rendered HTML, Sidemark also includes interactive editor packages:
Sidemark now has a dedicated plugin section for both rendering pipelines and editor integrations:
Traditional comments in Markdown are fragile because Markdown has no standard native comment system. Sidemark solves that by keeping review comments outside the Markdown content itself while still anchoring them to exact lines, ranges, and selected text inside the document.