Markdown Support
DocGraph is HTML-first, but .md files are first-class citizens too: they render beautifully and support the same inline editing experience.
Editing Markdown
Section titled “Editing Markdown”Click into a rendered Markdown document and edit it in place — headings, lists, and paragraphs behave like the HTML editor. Splitting and merging blocks with Enter and Backspace settles instantly, without reloading the page.
Source view
Section titled “Source view”Prefer raw Markdown? Toggle the source view to edit the underlying text in a full-featured code editor with syntax highlighting.
Live formatting
Section titled “Live formatting”Typing Markdown shorthand converts as you go — # starts a heading, - starts a list — matching what you’d expect from other Markdown note apps.