MarkdownCanDo
MarkdownCanDo is an interactive website for learning, writing, and exploring the capabilities of Markdown.

Local development
Requirements: Node.js 20 or later and pnpm 10.
pnpm install
pnpm devThe development command detects port conflicts and automatically selects the next available port.
Build and preview the production site:
pnpm build
pnpm previewCloudflare deployment
The production site is deployed as Cloudflare Worker Static Assets. Review the custom domain in wrangler.jsonc before deploying a fork.
pnpm cloudflare:deploy:dry
pnpm cloudflare:deployThe legacy-domain redirect is maintained separately through wrangler.redirect.jsonc.
Tech stack
- VitePress and Vue
- Milkdown Crepe for WYSIWYG editing
- markdown-it and DOMPurify for Markdown rendering and sanitization
- Mermaid, KaTeX, and ABCJS for extended content
- Cloudflare Workers Static Assets
Translation
Chinese is the primary version. English and Portuguese content may lag behind and should be checked when copy changes.
Version status
v0.9 is a pre-1.0 release. The main experience is deployable and usable, while content coverage, accessibility, bundle size, and editor compatibility will continue to improve before v1.0.