From 7c245bd89378ce724e9f07180d05bfbc81cf91d6 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Sat, 12 Mar 2022 20:24:12 +0100 Subject: [PATCH] :sparkles: add documentation + misc section --- documentation.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 documentation.md diff --git a/documentation.md b/documentation.md new file mode 100644 index 0000000..fb1fc13 --- /dev/null +++ b/documentation.md @@ -0,0 +1,26 @@ +## Misc Tricks + + +### Markdown Folding cell + +
+ + + Click here to see the markdown _code_ for foldable cell 🎆 + + + + + ``` +
+ + + Click here to see the markdown _code_ for foldable cell 🎆 + + + + (code cell content) + +
+ ``` +