ImagesRelativePath

CustomImagesStrategy.ImagesRelativePath property

Gets or sets the path used in the Markdown image references. When null or empty, the full ImagesFolder path is used. Set this to a relative path (e.g. "images") for portable Markdown output.

public string ImagesRelativePath { get; set; }

See Also