add documentation + misc section

This commit is contained in:
dannydannydanny 2022-03-12 20:24:12 +01:00 committed by GitHub
parent aa6652f979
commit 7c245bd893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

26
documentation.md Normal file
View file

@ -0,0 +1,26 @@
## Misc Tricks
### Markdown Folding cell
<details>
<summary>
Click here to see the markdown _code_ for foldable cell 🎆
</summary>
```
<details>
<summary>
Click here to see the markdown _code_ for foldable cell 🎆
</summary>
(code cell content)
</details>
```
</details>