Methods
-
Descendants(Markdown
Object) static Iterates over the descendant elements for the specified markdown element, including Block and Inline.The descendant elements are returned in DFS-like order.
-
Descendants``1(Container
Block) static Iterates over the descendant elements for the specified markdown Block element and filters by the type {T}. -
Descendants``1(Container
Inline) static Iterates over the descendant elements for the specified markdown Inline element and filters by the type {T}.