Show / Hide Table of Contents

Class MarkdownExporter

Inheritance
Object
ExporterBase
MarkdownExporter
Implements
IExporter
Inherited Members
ExporterBase.Name
ExporterBase.FileCaption
ExporterBase.ExportToFiles(Summary, ILogger)
Namespace: BenchmarkDotNet.Exporters
Assembly: BenchmarkDotNet.dll
Syntax
public class MarkdownExporter : ExporterBase, IExporter

Fields

Atlassian

Declaration
public static readonly IExporter Atlassian
Field Value
Type Description
IExporter

BoldMarkupFormat

Declaration
protected string BoldMarkupFormat
Field Value
Type Description
String

CodeBlockEnd

Declaration
protected string CodeBlockEnd
Field Value
Type Description
String

CodeBlockStart

Declaration
protected string CodeBlockStart
Field Value
Type Description
String

ColumnsStartWithSeparator

Declaration
protected bool ColumnsStartWithSeparator
Field Value
Type Description
Boolean

Console

Declaration
public static readonly IExporter Console
Field Value
Type Description
IExporter

Default

Declaration
public static readonly IExporter Default
Field Value
Type Description
IExporter

EscapeHtml

Declaration
protected bool EscapeHtml
Field Value
Type Description
Boolean

GitHub

Declaration
public static readonly IExporter GitHub
Field Value
Type Description
IExporter

Prefix

Declaration
protected string Prefix
Field Value
Type Description
String

StackOverflow

Declaration
public static readonly IExporter StackOverflow
Field Value
Type Description
IExporter

StartOfGroupHighlightStrategy

Declaration
protected MarkdownExporter.MarkdownHighlightStrategy StartOfGroupHighlightStrategy
Field Value
Type Description
MarkdownExporter.MarkdownHighlightStrategy

TableColumnSeparator

Declaration
protected string TableColumnSeparator
Field Value
Type Description
String

TableHeaderSeparator

Declaration
protected string TableHeaderSeparator
Field Value
Type Description
String

UseCodeBlocks

Declaration
protected bool UseCodeBlocks
Field Value
Type Description
Boolean

UseHeaderSeparatingRow

Declaration
protected bool UseHeaderSeparatingRow
Field Value
Type Description
Boolean

Properties

FileExtension

Declaration
protected override string FileExtension { get; }
Property Value
Type Description
String
Overrides
ExporterBase.FileExtension

FileNameSuffix

Declaration
protected override string FileNameSuffix { get; }
Property Value
Type Description
String
Overrides
ExporterBase.FileNameSuffix

Methods

ExportToLog(Summary, ILogger)

Declaration
public override void ExportToLog(Summary summary, ILogger logger)
Parameters
Type Name Description
Summary summary
ILogger logger
Overrides
ExporterBase.ExportToLog(Summary, ILogger)

Implements

IExporter
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors