|
|
@@ -6,7 +6,9 @@ category: features
|
|
|
|
|
|
{@snippet features/heading-source}
|
|
|
|
|
|
-The {@link module:heading/heading~Heading} feature enables support for headings. These are used by the creators to structure their documents. They also aid both the readers, making the content more organized and easier to read, and the search indexers scanning for crucial information. Headings can easily be added with toolbar dropdown, buttons or with {@link features/autoformat Markdown code} as you type. They can also be cleared with the {@link features/remove-format remove format} feature.
|
|
|
+The {@link module:heading/heading~Heading} feature enables support for headings. These are used by the creators to structure their documents. They also aid both the readers, making the content more organized and easier to read, and the search indexers scanning for crucial information.
|
|
|
+
|
|
|
+Headings can easily be added with toolbar dropdown, buttons or with {@link features/autoformat Markdown code} as you type. They can also be cleared with the {@link features/remove-format remove format} feature.
|
|
|
|
|
|
<info-box info>
|
|
|
This feature is enabled by default in all builds.
|
|
|
@@ -28,6 +30,8 @@ By default, when your editor build does not include the title plugin, a `<h1>` e
|
|
|
|
|
|
## Demo
|
|
|
|
|
|
+Use toolbar dropdown to style a heading, or type # or more (depending on the heading level), followed by a space, to start a new heading with the {@link features/autoformat autoformatting feature}.
|
|
|
+
|
|
|
{@snippet features/default-headings}
|
|
|
|
|
|
## Heading buttons
|