Skip to content

Правило: heading-level #41

@balesniy

Description

@balesniy

Краткое описание

Validates heading level increments and order. Headings must start at h1 and can only increase one level at a time.

Плохие примеры

<h1>Heading 1</h1>
<h3>Subheading</h3>

Хорошие примеры

<h1>Heading 1</h1>
<h2>Subheading</h2>

Поле со свободным описанием.

в параметр передать список sectioningRoots и allowMultipleH1

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions