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