Inline
A node in the inline content of a CommonMark document.
Inline nodes appear inside block-level containers such as Block.Paragraph and Block.Heading. The sealed hierarchy mirrors the inline node types defined in the CommonMark 0.31.2 specification.
Inheritors
Types
Link copied to clipboard
A bare URL or email address recognised without angle brackets (GFM extended autolink).
Link copied to clipboard
An HTML character entity reference (e.g. &, *, *).
Link copied to clipboard
Strikethrough text (~~text~~).
Link copied to clipboard
Strong emphasis (**text** or __text__).