Docsify and markdown-styles are both open source static site generators written in JavaScript, but that's where the similarities end. See the full comparison of Docsify and markdown-styles.
Property | Docsify | markdown-styles |
---|---|---|
Language | JavaScript | JavaScript |
Templates | Markdown, Vue | Handlebars |
License | MIT | BSD-3-Clause |
docsify generates your documentation website on the fly. Unlike GitBook, it does not generate static html files. Instead, it smartly loads and parses your Markdown files and displays them as a website.
Simple and lightweight (~21kB gzipped) No statically built html files Multiple themes
Converts Markdown files to HTML, with over a dozen builtin themes.
generate-md
tool to convert a folder of Markdown files to HTML using one of the built-in layouts or a custom layout.{{> toc}}
partial in custom layout.--highlight-*
; this can be used to implement custom blocks that render the content of the code block in some interesting way.--layout
with:
toc
partial{{asset 'path'}}
helper