
Markdown-it
Marked.js
Snarkdown
ShowdownJS
Markdeep
Bootstrap Icons
Docusaurus
Strapdown.js
DocuCommit.se
BookStack
GitBook
Confluence
Wiki.js
Outline Wiki
Archbee.io
Daux.io
DocuCommit is a self-hosted documentation platform that stores every page as plain Markdown in your own Git repository. There is no database: every edit is a real commit, so revision history, diffs, and restore come from Git itself, not from a vendor's revision table.
Non-developers get a WYSIWYG editor that writes clean Markdown (toggle to source anytime), a guided three-pane merge when two people edit the same page, and paragraph comments stored in a sidecar file so the Markdown stays clean. Developers get files they can grep, and AI agents can read the entire knowledge base with a git clone. No integration layer, no sync pipeline.
Includes full-text search, draw.io and Mermaid diagrams stored next to the Markdown, and one-click export to Markdown, HTML, and PDF. A desktop app for editing, plus a read-only server (Docker) that publishes the docs to the whole team. Leaving costs nothing: the repo is already yours, so there is nothing to migrate out of.
A startup from Sweden.
Markdown-it
DocuCommit.seBased on our record, Markdown-it seems to be more popular. It has been mentiond 8 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
ADR-003 documented the choice of markdown-it over alternatives like marked, based on careful evaluation of edge cases and built-in features like URL linking. - Source: dev.to / about 1 year ago
[5] markdown-it demo Https://markdown-it.github.io/. - Source: dev.to / over 1 year ago
Enhance does not natively support rendering markdown into HTML, which is out of scope for the project. Instead, we rely on markdown-it, an excellent JavaScript markdown parser that is endlessly configurable with plugins. As we use markdown in many different projects, weโve created a node module called, Arcdown, which packages together our preferred conventions for parsing markdown files. - Source: dev.to / over 3 years ago
It looks like this is TypeScript using markdown-it? Source: about 4 years ago
For my own static site generator, Jellybean, one feature of Docusaurus that I wanted to implement was full markdown support. This is because my static site generator previously only had partial markdown support, which is not very user-friendly. Thankfully, there are a some great open-source libraries which can provide full markdown support and I decided to use markdown-it for my project. - Source: dev.to / over 4 years ago
Marked.js - A full-featured markdown parser and compiler, written in JavaScript. Built for speed.
BookStack - An open source knowledge management application that's focused on ease of use.
Snarkdown - The super fast, 1kb Markdown parser in JavaScript
GitBook - Modern Publishing, Simply taking your books from ideas to finished, polished books.
ShowdownJS - A Markdown to HTML converter written in JavaScript
Confluence - Confluence is content collaboration software that changes how modern teams work