Package version:

Type Alias MarkdownHeaderDepth

MarkdownHeaderDepth: string

Defines values for MarkdownHeaderDepth.
KnownMarkdownHeaderDepth can be used interchangeably with MarkdownHeaderDepth, this enum contains the known values that the service supports.

h1: Indicates that headers up to a level of h1 will be considered while grouping markdown content.
h2: Indicates that headers up to a level of h2 will be considered while grouping markdown content.
h3: Indicates that headers up to a level of h3 will be considered while grouping markdown content.
h4: Indicates that headers up to a level of h4 will be considered while grouping markdown content.
h5: Indicates that headers up to a level of h5 will be considered while grouping markdown content.
h6: Indicates that headers up to a level of h6 will be considered while grouping markdown content. This is the default.