BookStack
DokuWiki
TiddlyWiki
MediaWiki
XWiki
Fandom
Editthis
Miraheze
Markdown-it
Marked.js
Snarkdown
ShowdownJS
Markdeep
Bootstrap Icons
Docusaurus
Strapdown.js
BookStack
Markdown-itSmall to medium-sized teams, open-source enthusiasts, educational institutions, and projects that require a user-friendly documentation system with the flexibility of self-hosting.
No Markdown-it videos yet. You could help us improve this page by suggesting one.
Based on our record, Markdown-it should be more popular than BookStack. 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.
Check out https://bookstackapp.com (PHP/Laravel). - Source: Hacker News / 11 months ago
That said, is it possible to customize the theme a bit? Specifically, how can I set the code-block background to dark-grey? Also, how can I make the horizontal line a bit taller than 1px? I saw the Customizing Visuals page on bookstackapp.com (specifically the "Changing Code Block Themes" topic) but was a little lost on exactly how to make the changes. Source: almost 3 years ago
Maybe look at BookStack to see if it fits your needs. Source: over 3 years ago
If youโre looking for a books-styled documentation platform, look into https://bookstackapp.com. Source: over 3 years ago
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
DokuWiki - DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
Marked.js - A full-featured markdown parser and compiler, written in JavaScript. Built for speed.
TiddlyWiki - a non-linear personal web notebook
Snarkdown - The super fast, 1kb Markdown parser in JavaScript
MediaWiki - MediaWiki is a free software wiki package written in PHP, originally for use on Wikipedia.
ShowdownJS - A Markdown to HTML converter written in JavaScript