5 ms·
I've been enjoying using a similar tool called docsify[1], which is a static page that renders markdown files in browser. Basically as self-contained as Markdee
by tomtung 7y ago
I've been enjoying using a similar tool called docsify[1], which is a static page that renders markdown files in browser. Basically as self-contained as Markdeep / TeXMe but more flexible.
[1] https://docsify.js.org/ https://docsify.js.org/
- Summershard 7y agoI strongly dislike projects that don't have a visible demo page. How do I even know if I like this without setting everything up first?
- tomtung 7y agoThe link I provided (their documentation page) is the demo page. The source code is at https://github.com/docsifyjs/docsify/tree/master/docs https://github.com/docsifyjs/docsify/tree/master/docs which is a single static index.html that renders a bunch of markdown files.