An heading has two different functions:
The rule is simple, when a heading is not in a component, it's a outline heading, otherwise, it's the title of the component.
If you search the title of a page, see the page Page title (Set by Combostrap)
To define an heading, you can use the following heading syntax.
The wiki heading start with 6 hashtag # characters for the level 1 (h1) and goes down by one.
The higher the level, the higher the visual emphasis.
====== Headline Level 1 <icon name="bs:card-heading"/> ======
===== Headline Level 2 =====
==== Headline Level 3 ====
=== Headline Level 4 ===
== Headline Level 5 ==
To facilitate the writing, you can use the following keyboard shortcuts:
The markdown atx heading start with 1 or more hashtag # characters.
This is:
# Headline Level 1 <icon name="bs:card-heading"/>
## Headline Level 2 <icon name="bs:card-heading"/>
### Headline Level 3
#### Headline Level 4
##### Headline Level 5
###### Headline Level 6
heading is a marki syntax. You can therefore apply all styling attributes (such as adding an id if you want to specify your fragment)
<heading type level=1-6>
Heading
</heading >
where:
Example:
<heading h1>Heading 1</heading>
<heading h2>Heading 2</heading>
<heading h3>Heading 3</heading>
<heading h4>Heading 4</heading>
<heading h5>Heading 5</heading>
<heading h6>Heading 6</heading>
<heading d1>Heading 1</heading>
<heading d2>Heading 2</heading>
<heading d3>Heading 3</heading>
<heading d4>Heading 4</heading>
You can disable the combo wiki heading and uses the standard dokuwiki syntax.
It's used mainly if you want to use: