Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.72 KB

File metadata and controls

38 lines (29 loc) · 1.72 KB

@mdwrk/example-renderer-basic

Workspace example app

Hits Downloads Node License: Apache-2.0

This example app demonstrates direct consumption of the public MdWrk renderer packages without the larger client application shell.

Why

It keeps the rendering story easy to verify for downstream consumers who only need markdown output, not the full editor or extension host.

What

  • 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.

Installation

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-basic

Usage

npm run typecheck -w @mdwrk/example-renderer-basic
npm run build -w @mdwrk/example-renderer-basic

Related