Skip to content

SidemarkMarkdown Review Sidecar Format (MRSF)

Add portable Markdown comments and review threads without embedding comments in Markdown files.

Sidemark logo

Markdown Comments Without Polluting Markdown ​

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.

Interactive Editor Integrations ​

If you want comments inside a live editor instead of rendered HTML, Sidemark also includes interactive editor packages:

Plugins for Rendering and Editing ​

Sidemark now has a dedicated plugin section for both rendering pipelines and editor integrations:

How Sidemark Handles Comments In Markdown Workflows ​

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.

Released under the MIT License.