Markdown |
The MarkdownImportOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| EnumerateAllMarkdownObjectsRecursively | Enumerates all objects in a markdown parse tree recursively, starting with the given element. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetChildList | Gets the children of a markdown object. is returned if no children could be found. | |
| GetChilds | Gets the children of a markdown object. is returned if no children could be found. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Import | Imports the specified Markdown file into a text document. | |
| ImportShowDialog | Shows the import dialog and imports the selected Markdown file. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| UseSupportedExtensions | Uses all extensions supported by Markdig.Wpf. |