TableContentAlignment

MarkdownSaveOptions.TableContentAlignment property

Allow specifies how to align contents in tables when exporting into the Markdown format. The default value is Auto.

public MarkdownTableContentAlignment TableContentAlignment { get; set; }

Property Value

The table content alignment

See Also