Markdown

The complete documentation is written in markdown code. Here are some examples:

Headings

MarkdownHTMLRendered Output

# Heading level 1

<h1>Heading level 1</h1>

Heading level 1

## Heading level 2

<h2>Heading level 2</h2>

Heading level 2

### Heading level 3

<h3>Heading level 3</h3>

Heading level 3

#### Heading level 4

<h4>Heading level 4</h4>

Heading level 4

##### Heading level 5

<h5>Heading level 5</h5>

Heading level 5


Images

Screenshots can also be submitted. For uniformity, we may replace graphics with our own.

The images are always stored in the same folder level in a .images directory. They are then linked in this way:

![Test image](https://github.com/mainIine/foe-helper-docs/raw/master/en/guide/.images/app48.png)

Rendered


Links are always converted automatically and do not require any extra code.


Hints

Hints can created by the following syntax:

<div data-gb-custom-block data-tag="hint" data-style='info'>

Hello world

</div>

These values are possible: info, success, danger & warning

Examples:

Info hint

Success hint

Danger hint

Warning hint


Last updated