MarkdownEditOptions
MarkdownEditOptions class
Allows to specify custom options for editing documents in Markdown (MD) format
public sealed class MarkdownEditOptions : IEditOptions
Constructors
Name |
Description |
MarkdownEditOptions() |
Creates and returns a new instance of the MarkdownEditOptions class, where all options are set to their default values |
Properties
Name |
Description |
ImageLoadCallback { get; set; } |
Allows to control how external images are loaded when opening a Markdown document for editing |
See Also