client_usage.md
... ...
@@ -1,4 +1,20 @@
1
-## Using BioGrids Installer
1
+## Using BioGrids Installer
2
+
3
+
4
+## collapsible markdown?
5
+
6
+<details><summary>CLICK ME</summary>
7
+<p>
8
+
9
+#### yes, even hidden code blocks!
10
+
11
+```python
12
+print("hello world!")
13
+```
14
+
15
+</p>
16
+</details>
17
+
2 18
3 19
**Download and activate here** : [Installation Instructions](client_install)
4 20