fn
removeMarkInline
testedRemove every mark of `markType` across `[from, to)`.
Signature
ts
export function removeMarkInline(inline: Inline, from: number, to: number, markType: string): Inline{ ... }Parameters
| Parameter | Type | Description |
|---|---|---|
inline | Inline | — |
from | number | — |
to | number | — |
markType | string | — |
Returns
Inline