Gets the data associated with the specified typed key.
public static T? GetData<T>(this IMarkdownObject markdownObject, DataKey<T> key)
The markdown object.
The typed key to read.
T
default