✨ add documentation + misc section
This commit is contained in:
parent
aa6652f979
commit
7c245bd893
1 changed files with 26 additions and 0 deletions
26
documentation.md
Normal file
26
documentation.md
Normal 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>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue