By default, Chrome opens a local .md file as plain text with visible symbols like # and * instead of headings and formatting. A markdown viewer extension detects markdown files and renders them properly, which helps when reading documentation, README files or notes stored as .md without opening a separate editor.
Viewing local .md files in Chrome
To render a local markdown file, the extension needs permission to access file URLs, which Chrome disables by default for extensions. After installing, open chrome://extensions, find the extension, click Details, and turn on Allow access to file URLs before opening a local .md file directly in the browser.
GitHub-flavored markdown support
Most technical documentation uses GitHub-flavored markdown, which adds tables, task list checkboxes, fenced code blocks with syntax highlighting and strikethrough text. Check that a viewer supports these extras, since a basic renderer may only handle headings, bold and links correctly.
Reading markdown without a code editor
Opening markdown in a code editor shows the raw syntax unless you switch to a preview pane. A browser extension is faster for quickly checking a README, a shared documentation file or notes exported from another app, without launching a separate program or editor.