Metadocumentation
redirect
redirect
  • Hello 👋
  • Structure
    • Namespaces
      • Open Collective's namespaces
    • Categorization
  • Media
    • Static images
    • Videos and GIFs
    • Code snippets
  • Open Collective
    • Welcome
    • Contribution guidelines
      • Design
      • Development
      • Documentation
        • Suggesting changes
        • Style guide
      • Translation
  • Open Source Collective
    • Apply
  • Test
    • What happens if I change this?
    • All special attributes
      • Design
Powered by GitBook
On this page
  1. Test

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.

This is an API method

GET

Description of the method

Path Parameters

Name
Type
Description

Parameter name

string

Brief description of the parameter

This is a block of text with tabs!

It could be used when there are different instructions for different operating systems.

a=ba = ba=b
PreviousWhat happens if I change this?NextDesign

Last updated 5 years ago

Welcome