Refs

Pitch

A super small and user friendly way to publish MarkDown sites to Cloudflare Pages.

Features

Commands

mkp publish <.md file / dir>

API

new MDPublish() .markedOptions({ ..., extensions: [] }) // See https://marked.js.org/using_advanced#options .templatesDir("") // .cssDir("") .jsDir("") .compile("srcPath/", "outDir/");