All special attributes

Page description

{% hint style="info" %}
Important information!
{% endhint %}
{% hint style="danger" %}
Danger!
{% endhint %}
{% hint style="success" %}
Success!
{% endhint %}
{% hint style="warning" %}
Warning!
{% endhint %}

Warning

Idk

Hint

Attention

Writing this:

{% code-tabs %}
{% code-tabs-item title="This is a code block with a file name" %}
```python
printf("This is a Python script with syntax highlight!")
Creates this:

{% code-tabs %}
{% code-tabs-item title="This is a code block with a file name" %}
```python
printf("This is a Python script with syntax highlight!")

Writing this:

```text
printf("This is a Python script with no file name nor syntax hightlight.")
printf("\nGitBook defaults those to "Plain Text".")
Creates this:

```text
printf("This is a Python script with no file name nor syntax hightlight.")
printf("\nGitBook defaults those to "Plain Text".")

This is a quote!

This is a column title

This is another column title

This is the first item of a table

This is another item of a table in the same row but different column

This is another row of a table

And another item in another rom and column

This is a hint.

pageWelcome

This is an API method

GET

Description of the method

Path Parameters

NameTypeDescription

Parameter name

string

Brief description of the parameter

This is a block of text with tabs!

a=ba = b

Last updated