# All special attributes

* [ ] This
* [ ] is
* [ ] a
* [ ] task list

```
{% hint style="info" %}
Important information!
{% endhint %}
```

```
{% hint style="danger" %}
Danger!
{% endhint %}
```

```
{% hint style="success" %}
Success!
{% endhint %}
```

```
{% hint style="warning" %}
Warning!
{% endhint %}
```

{% hint style="danger" %}
Warning
{% endhint %}

{% hint style="success" %}
Idk
{% endhint %}

{% hint style="info" %}
Hint
{% endhint %}

{% hint style="warning" %}
Attention
{% endhint %}

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                           |

{% hint style="info" %}
This is a hint.
{% endhint %}

{% content-ref url="../open-collective/welcome" %}
[welcome](https://documentarians.gitbook.io/metadocumentation/redirect/open-collective/welcome)
{% endcontent-ref %}

## This is an API method

<mark style="color:blue;">`GET`</mark>&#x20;

Description of the method

#### Path Parameters

| Name           | Type   | Description                        |
| -------------- | ------ | ---------------------------------- |
| Parameter name | string | Brief description of the parameter |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="This is the first tab" %}
This is a block of text with tabs!
{% endtab %}

{% tab title="And the second tab" %}
It could be used when there are different instructions for different operating systems.
{% endtab %}
{% endtabs %}

$$
a = b
$$
