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