Iterates over the descendant elements for the specified markdown Block element and filters by the type T.
T
public static IEnumerable<T> Descendants<T>(this ContainerBlock block) where T : Block
The markdown object.