Table of Contents

Property UseAtxHeadings

Namespace
DocWright.Formats.Markdown
Assembly
DocWright.Formats.Markdown.dll

UseAtxHeadings

Gets or sets a value indicating whether a heading is written in the ATX form (# Heading). True by default; false writes the setext form for levels 1 and 2 and falls back to ATX for levels 3 to 6, which setext cannot express.

public bool UseAtxHeadings { get; set; }

Property Value

bool