WYSIWYG Markdown editor
A clean rich-text editor that writes plain Markdown to disk. Toggle to raw source any time. Your files stay readable in any text editor.
DocuCommit ships a WYSIWYG editing surface over flexmark, the single
Markdown engine used everywhere in the product. Type in a familiar
toolbar interface; the editor saves a clean .md file with YAML frontmatter.
No proprietary blocks, no JSON document trees, just Markdown that diffs
cleanly in Git.
Toggle to source view whenever you want to write Markdown by hand. Both views edit the same file.