A simple Chrome Extension that auto-renders raw *.md
files to GitHub-styled HTML.
The extension aims to render GitHub flavored markdown as similarly to GitHub’s markdown rendering engine as possible in order to accurately visualize how the markdown will render on GitHub.
17-gfm-viewer
directory.chrome://extensions/
).17-gfm-viewer
directory anywhere onto the page to install.If successful, GFM Viewer should appear in your extensions list.
The extension listens to active tabs for any path matching file://*/*.md
, i.e. it will run on any local .md
file open in chrome. Then, it will render an HTML document like so:
As a result, the rendered document will appear nearly identical to the GitHub’s rendering.
In the extension popup, you can switch the page’s theme to any of GitHub’s currently offered themes:
Your theme preferences will persist across sessions using localStorage
.