-
Home
-
API
-
Markdig.Syntax.Inlines
-
Inline
-
Methods
-
InsertAfter(Inline)
InsertAfter(Inline) Method
Definition
Inserts the specified inline after this instance.
public void InsertAfter(Inline next)
Parameters
- next
- Inline
The inline to insert after this instance.