blockdown

This is a demo page and REPL, to be hosted by Github Pages, of the Blockdown syntax.

Blockdown is Markdown-like syntax that supports defining blocks of text.

run locally

Install all dependencies:

npm install

Run the dev server:

npm run dev

Build for production:

npm run build