@mdwrk/markdown-renderer-core
Use the renderer core package when a product needs Markdown parsing and HTML rendering without adopting the full MdWrk client.
@mdwrk/markdown-renderer-core provides Markdown parsing and rendering utilities for package-level preview and HTML output. It is useful when a product needs MdWrk-aligned Markdown behavior without adopting the full workspace client.
Install:
npm install @mdwrk/markdown-renderer-coreThe package belongs to the reusable renderer family. The lander presents it as part of MdWrk product truth, while the portable lander packages only render the package-page shape, metadata, FAQ, and schema.
Use this surface when the implementation needs Markdown behavior that can be tested, documented, and reused without importing the full client. The package keeps renderer adoption explicit, which helps product teams separate content parsing, HTML output, and application-specific presentation.