Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 02:36
· 34 commits to main since this release
v0.1.0
d067d3d

mhr v0.1.0

mhr is a read-only GitHub Flavored Markdown viewer for the desktop. Point it at a file, and it opens a window that re-renders every time the file changes on disk. First stable release.

Highlights

  • Full GitHub Flavored Markdown, syntax-highlighted code, math converted to MathML offline, and Mermaid diagrams.
  • No network access at all: the page sets connect-src 'none'.
  • Read-only. Never writes to the file it watches, and raw HTML in a document is always escaped.

Install

sudo snap install --edge markdown-hot-reload

Debian or Ubuntu .deb, needs Ubuntu 24.04 (Noble Numbat) or Debian 13 (trixie) and newer:

sudo apt install ./mhr_0.1.0-1_amd64.deb

Full changelog: v0.1.0-beta...v0.1.0