Markdown |
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 children of a markdown object. null is returned if no children can be found. | |
| GetChilds | Gets the children of a markdown object. null is returned if no children can 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. |