MarkdownSaveOptions.UseImageHtmlTag

MarkdownSaveOptions.UseImageHtmlTag property

Gets and sets allowance to use of an img tag to insert images to the left and right of the text. In this case, in the markdown viewer, the text will wrap around the image.

public bool UseImageHtmlTag { get; set; }

See Also