I
Mark
testedAn inline formatting mark applied to a run of text (bold, italic, link, ...). `type` is the registry key; `attrs` holds mark-specific data (e.g. link href).
Signature
ts
interface MarkProperties
| Property | Type | Description |
|---|---|---|
typereadonly | string | — |
attrs?readonly | Readonly<Record<string, import("./attrs").AttrValue>> | undefined | — |