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