Iterates over the descendant elements for the specified markdown element, including Block and Inline.
The descendant elements are returned in DFS-like order.
public static IEnumerable<MarkdownObject> Descendants(this MarkdownObject markdownObject)
The markdown object.