smallhadroncollider / kasdown

A utility for turning Markdown "scripts" into interactive web-pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kasdown

A utility for turning Markdown "scripts" into interactive web-pages

Usage

Output

Outputs directly to stdout:

kasdown script.md > output.html

Server

Runs a local web-server (defaults to port 8000):

kasdown -s script.md

Runs a local web-server with specific port:

kasdown -p 8000 script.md

About

A utility for turning Markdown "scripts" into interactive web-pages


Languages

Language:Haskell 68.7%Language:JavaScript 13.6%Language:CSS 11.7%Language:HTML 5.9%