Markdown Editor Kit

MdKitView

Function: MdKitView()

function MdKitView(__namedParameters: MdKitViewProps): Element;

Defined in: packages/mdkit/src/markdown/MdKitView.tsx:21

Read-only markdown surface that mirrors MdKitEditor's styling and sizing contract without mounting the editor runtime. Use it for previews and restored checkpoints.

Parameters

ParameterType
__namedParametersMdKitViewProps

Returns

Element

On this page