|
HTML2Markdown
Converts HTML to Markdown syntax.
|
Configures HTML to Markdown conversion. More...
Properties | |
| bool | ConvertTables [get] |
| Gets or sets a value indicating whether HTML tables are converted to GitHub-Flavoured Markdown tables. | |
| ICollection< IHtmlTagRenderer > | TagRenderers = new List<IHtmlTagRenderer>() [get] |
| Gets the custom tag renderers to add to, or replace, the default renderer set. | |
Configures HTML to Markdown conversion.
|
get |
Gets or sets a value indicating whether HTML tables are converted to GitHub-Flavoured Markdown tables.
The default value is false, which preserves tables as raw HTML.
|
get |
Gets the custom tag renderers to add to, or replace, the default renderer set.