methodology/documentation.md

26 lines
306 B
Markdown

## 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>