
BookStack
DokuWiki
TiddlyWiki
MediaWiki
XWiki
Fandom
Editthis
Miraheze
ShowdownJS
Markdeep
Markdown-it
Snarkdown
Hugo
highlight.js
Strapdown.js
Docusaurus
BookStack
ShowdownJSSmall 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 ShowdownJS videos yet. You could help us improve this page by suggesting one.
Based on our record, ShowdownJS should be more popular than BookStack. It has been mentiond 9 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
So you're going to need a Markdown parser that produces HTML. But there's a question of where is the data coming from and where you you want to process it? If it's going to be all on the frontend like a text editor, use a JS library for it (a quick google search produces ShowdownJS). Source: over 3 years ago
Previously, I was required to implement the markdown support manually which meant that the use of public libraries was prohibited. My tool could only support limited styling elements such as header1, header2, links, bold and italics, but now I can finally let my tool have a full markdown support by using Showdown. - Source: dev.to / over 3 years ago
The first two ages are very heavy on content so I decided to use markdown and tailwindโs typography plugin for styling. I also used showdown to fetch the markdown and turn it into HTML. The code for the above can be found on the siteโs GitHub repository. - Source: dev.to / almost 4 years ago
I'm using https://github.com/showdownjs/showdown for the core rendering-markdown functionality, with a bunch of additional listeners etc on top of it to fit it into the notion-style UX! Hope that helps :). Source: almost 4 years ago
It looks like it uses showdown as the engine. Source: about 4 years ago
DokuWiki - DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
Markdeep - Advanced Markdown renderer for the browser with full diagram support
TiddlyWiki - a non-linear personal web notebook
Markdown-it - High-speed Markdown parser with 100% CommonMark support, extensions & syntax plugins.
MediaWiki - MediaWiki is a free software wiki package written in PHP, originally for use on Wikipedia.
Snarkdown - The super fast, 1kb Markdown parser in JavaScript