@docmd/live
v0.8.4
Published
Browser-based editor engine for docmd.
Maintainers
Readme
@docmd/live
The browser-based bundle that powers the docmd Live Editor - packages the core parser, UI, and themes into a single standalone script that renders documentation client-side without a Node.js server.
Live demo: live.docmd.io
Quick start
# Run the editor locally
docmd live// Embed the editor engine in your own tooling
import { buildLive } from '@docmd/core';
await buildLive();Part of the docmd documentation engine.
Documentation
See docs.docmd.io for full usage and API reference.
License
MIT
