[thedevbox]
loading
This example shows common Markdown and GFM rules used in thedevbox docs.
pnpm test:tool regexthedevbox tools run client-side. No telemetry by default.
| Tool | Category | Status |
|---|---|---|
| JSON Formatter | text | ready |
| Regex Tester | text | ready |
| IPYNB to PDF | convert | soon |
pnpm lint
pnpm test:tool regex
type ThedevboxTool = {
id: string;
cat: "text" | "convert";
soon: boolean;
};
{
"name": "thedevbox",
"openSource": true,
"license": "MIT"
}
remote image blocked
The Markdown preview tool shows how Markdown content will read after rendering, useful for README edits, release notes, documentation, and quick writing checks.