cympfh / grow.md

Markdown Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grow.md - Markdown Viewer

$ grow ~/Dropbox/scrap-markdown/ --port 8080
$ open localhost:8080

Setup

Clone this, then

$ make build

Markdown Compile

Compile script is written as ./bin/grow-compile. unidoc is most prior compiler. If unidoc is not found, trying to use pandoc. You can modify this freely.

Tagging

Write [#tag] in Markdown. This will be compiled to a link [#tag](/#tag) (see ./bin/grow-compile). And /#tag is a tag-filtered page.

About

Markdown Viewer

License:MIT License


Languages

Language:Svelte 23.1%Language:HTML 17.1%Language:JavaScript 15.0%Language:Python 13.2%Language:TypeScript 12.7%Language:Shell 10.0%Language:CSS 5.8%Language:SCSS 2.5%Language:Makefile 0.6%