WinMD is a lightweight Markdown editor and viewer for Windows built with WinUI 3 and Windows App SDK.
It features a live HTML preview rendered by Markdig with a GitHub-style stylesheet (light and dark theme),
a formatting toolbar, PDF export via WebView2, find/replace in both the editor and the rendered preview,
undo/redo with keystroke coalescing, and .md file association for opening files from Explorer.
README
WinMD
A lightweight Markdown editor and viewer for Windows — no MSIX, no Store, just a plain .exe.
Features
Editor with a formatting toolbar (bold, italic, headings, lists, links, code)
Live preview rendered by Markdig with a GitHub-style stylesheet (light / dark theme)
PDF export via WebView2
Find / Replace in the editor; find in the rendered preview (injected JS)
Undo / Redo with keystroke coalescing (600 ms debounce groups a typing burst into one history step)
File association — open .md files by double-clicking in Explorer