If you don’t know, ask – if you know, share! ~ opensource mindset
by Marco Bravo
Source:
<details><summary>
Markdown between html tags works when there's an empty line before it.
</summary>
here ```it doesn't work```
here ```it works```
</details>
#### yes, even hidden code blocks!
```python
print("hello world!")
```
Source code:
```
## collapsible markdown?
#### yes, even hidden code blocks!
```python
print("hello world!") ```
```
# CLICK ME