Class MarkdownExporter
Inheritance
MarkdownExporter
Assembly: BenchmarkDotNet.dll
Syntax
public class MarkdownExporter : ExporterBase, IExporter
Fields
Atlassian
Declaration
public static readonly IExporter Atlassian
Field Value
Declaration
protected string BoldMarkupFormat
Field Value
CodeBlockEnd
Declaration
protected string CodeBlockEnd
Field Value
CodeBlockStart
Declaration
protected string CodeBlockStart
Field Value
ColumnsStartWithSeparator
Declaration
protected bool ColumnsStartWithSeparator
Field Value
Console
Declaration
public static readonly IExporter Console
Field Value
Default
Declaration
public static readonly IExporter Default
Field Value
EscapeHtml
Declaration
protected bool EscapeHtml
Field Value
GitHub
Declaration
public static readonly IExporter GitHub
Field Value
Prefix
Declaration
Field Value
StackOverflow
Declaration
public static readonly IExporter StackOverflow
Field Value
StartOfGroupHighlightStrategy
Declaration
protected MarkdownExporter.MarkdownHighlightStrategy StartOfGroupHighlightStrategy
Field Value
TableColumnSeparator
Declaration
protected string TableColumnSeparator
Field Value
Declaration
protected string TableHeaderSeparator
Field Value
UseCodeBlocks
Declaration
protected bool UseCodeBlocks
Field Value
Declaration
protected bool UseHeaderSeparatingRow
Field Value
Properties
FileExtension
Declaration
protected override string FileExtension { get; }
Property Value
Overrides
FileNameSuffix
Declaration
protected override string FileNameSuffix { get; }
Property Value
Overrides
Methods
ExportToLog(Summary, ILogger)
Declaration
public override void ExportToLog(Summary summary, ILogger logger)
Parameters
Overrides
Implements