ClassMarkdownExportSettings
Controls how a RadFlowDocument is exported to Markdown.
Definition
Namespace:Telerik.Windows.Documents.Flow.FormatProviders.Md
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
public class MarkdownExportSettings
Inheritance: objectMarkdownExportSettings
Constructors
MarkdownExportSettings()
Declaration
public MarkdownExportSettings()
Properties
CodeFenceStyle
Gets or sets the code fence character. Default is Backtick.
Declaration
public CodeFenceExportStyle CodeFenceStyle { get; set; }
Property Value
Encoding
Gets or sets the encoding used when writing the Markdown stream. Defaults to UTF-8 without BOM.
Declaration
public Encoding Encoding { get; set; }
Property Value
Exceptions
Thrown when set to null.
HeadingStyle
Gets or sets the heading syntax style. Default is Atx.
Declaration
public HeadingExportStyle HeadingStyle { get; set; }
Property Value
ImageExport
Gets or sets how images are exported. Default is Inline.
Declaration
public ImageExportMode ImageExport { get; set; }
Property Value
MonospaceFontNames
Gets the set of font family names that are treated as monospace (code) fonts during export.
Runs using one of these fonts are exported as inline code spans ().
The set is pre-seeded with common monospace fonts and is case-insensitive.text
TableExport
Gets or sets how tables are exported. Default is GfmPipe.
Declaration
public TableExportMode TableExport { get; set; }
Property Value
Warnings
Gets the list of non-fatal warnings generated during the last export operation. This list is cleared and repopulated each time MarkdownFormatProvider exports a document.