Rendering for the structured document format.
Location
packages/doc-render in the Condensate monorepo. Its manifest name is @condensate/doc-render.
Commands
Run these from packages/doc-render after installing dependencies at the repository root.
| Script | Command |
|---|---|
typecheck | tsc --noEmit |
test | bun test |
demo | bun demo/serve.ts |
check:live-render | bun scripts/check-live-render.ts |
Exports
| Import suffix | Source |
|---|---|
. | ./src/index.ts |
./browser | ./src/browser.ts |
./dom | ./src/dom.ts |
./katex | ./src/katex.ts |
./theme.css | ./theme/doc-render.css |
Workspace dependencies
This manifest declares no workspace dependencies.
Source of truth
These tables are generated from the package manifest. Follow the application guides for setup, and the linked source for exported interfaces.