/grow.md

Markdown Viewer

Primary LanguageSvelteMIT LicenseMIT

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.