Extensions for visiting Block or Inline
public static class MarkdownObjectExtensions
kind:method, kind:property, kind:ctor. Press Esc to clear.Descendants(MarkdownObject)Iterates over the descendant elements for the specified markdown element, including Block and Inline. The descendant elements are returned in DFS-like order.Descendants<T>(ContainerBlock)Iterates over the descendant elements for the specified markdown Block element and filters by the type T.Descendants<T>(ContainerInline)Iterates over the descendant elements for the specified markdown Inline element and filters by the type T.Descendants<T>(MarkdownObject)Iterates over the descendant elements for the specified markdown element, including Block and Inline and filters by the type T. The descendant elements are returned in DFS-like order.