Markdown |
public static class MarkdownUtilities
The MarkdownUtilities type exposes the following members.
Name | Description | |
---|---|---|
EnumerateAllMarkdownObjectsRecursively | Enumerates all objects in a markdown parse tree recursively, starting with the given element. | |
GetChildList | Gets the childs of a markdown object. Null is returned if no childs were to be found. | |
GetChilds | Gets the childs of a markdown object. Null is returned if no childs were to be found. | |
GetReferencedImageUrls | Gets a list of all referenced image Urls. We use this only in the serialization code to serialize only those local images which are referenced in the markdown. | |
IsLinkInElement | Determines whether the given url points to anywhere inside the given Markdig element. | |
UseSupportedExtensions | Uses all extensions supported by Markdig.Wpf. |