Workspace example app
This example app demonstrates direct consumption of the public MdWrk renderer packages without the larger client application shell.
It keeps the rendering story easy to verify for downstream consumers who only need markdown output, not the full editor or extension host.
- A standalone example focused on public renderer package APIs.
- A small reference target for integration smoke and pack validation.
- A minimal way to inspect renderer output and package wiring.
Node.js 20.x through 22.x, matching the workspace engine contract in the root package manifest.
npm install
npm run build -w @mdwrk/example-renderer-basicnpm run typecheck -w @mdwrk/example-renderer-basic
npm run build -w @mdwrk/example-renderer-basic- Examples index - all examples
- Renderer family - rendering packages used here