Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
23
- Root HTML entry points live at the repo root (e.g., `index.html`, `wardrive.html`).
Sign in to like and favorite skills
index.html, wardrive.html).content/ (images, CSS, JS, manifests).functions/ (request handlers and utility endpoints).test/ (Vitest).wrangler.jsonc.content/code.js, with styling in content/style.css.npm run dev (or npm start): run Cloudflare Wrangler locally against this repo.npm run deploy: deploy Pages + Functions via Wrangler.npm test: run the Vitest suite.functions/ uses 2-space indentation, single quotes, and minimal semicolons.get-samples.js, put-sample.js).content/ and reference them from root HTML files.content/code.js is plain JS (no Tailwind utility classes); prefer CSS updates in content/style.css.test/ and use *.test.js naming (see test/shared.test.js).wrangler.jsonc; D1 database binding is DB.GET /get-senders?after=<epoch_ms>; UI defaults to 10 days.