R
I

Mark

tested

An 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 Mark

Properties

PropertyTypeDescription
typereadonlystring
attrs?readonlyReadonly<Record<string, import("./attrs").AttrValue>> | undefined