fn
insertInline
testedInsert inline `content` (preserving its marks) at character `offset`.
Signature
ts
export function insertInline(inline: Inline, offset: number, content: Inline): Inline{ ... }Parameters
| Parameter | Type | Description |
|---|---|---|
inline | Inline | — |
offset | number | — |
content | Inline | — |
Returns
Inline