-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Краткое описание
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