Skip to main content

MarkdownFormat(EmphasisStyle, EmphasisStyle, BulletListStyle, OrderedListStyle, HeadingStyle, HeadingOptions, TableOptions, CodeFenceStyle, CodeBlockOptions, CharEntityFormat, HorizontalRuleFormat?, AngleBracketEscapeStyle) Constructor

Containing Type: MarkdownFormat

Assembly: DotMarkdown.dll

public MarkdownFormat(DotMarkdown.EmphasisStyle boldStyle = Asterisk, DotMarkdown.EmphasisStyle italicStyle = Asterisk, DotMarkdown.BulletListStyle bulletListStyle = Asterisk, DotMarkdown.OrderedListStyle orderedListStyle = Dot, DotMarkdown.HeadingStyle headingStyle = NumberSign, DotMarkdown.HeadingOptions headingOptions = EmptyLineBeforeAndAfter, DotMarkdown.TableOptions tableOptions = FormatHeader | Padding | OuterDelimiter | EmptyLineBeforeAndAfter, DotMarkdown.CodeFenceStyle codeFenceStyle = Backtick, DotMarkdown.CodeBlockOptions codeBlockOptions = EmptyLineBeforeAndAfter, DotMarkdown.CharEntityFormat charEntityFormat = Hexadecimal, DotMarkdown.HorizontalRuleFormat? horizontalRuleFormat = null, DotMarkdown.AngleBracketEscapeStyle angleBracketEscapeStyle = Backslash)

Parameters

boldStyle EmphasisStyle

italicStyle EmphasisStyle

bulletListStyle BulletListStyle

orderedListStyle OrderedListStyle

headingStyle HeadingStyle

headingOptions HeadingOptions

tableOptions TableOptions

codeFenceStyle CodeFenceStyle

codeBlockOptions CodeBlockOptions

charEntityFormat CharEntityFormat

horizontalRuleFormat HorizontalRuleFormat?

angleBracketEscapeStyle AngleBracketEscapeStyle