Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 488 Bytes

CONTRIBUTION.md

File metadata and controls

19 lines (14 loc) · 488 Bytes

Contribution

Best practices

When ever you think there is too much text, but that it is necessary, please use the details tag to make the text toggleable, by clicking the arrow:

A Hint It helps reducing the amount of word overload that we sometimes write

The code to make this happen is the following:

<details>
    <summary>Hint</summary>
        All markdown in here is hidden in an expandable field
</details>