You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing the hacker theme to the limits. Not everything works but 1 thing I really want is the collapsed section to work. See my site at hacker-theme-test
The section is colapsable but the things within the section is not cssed. This is the "code" in the .md file
<details><summary>CLICK ME</summary>
<p>
#### We can hide anything, even code!
```python
print("Hello World")
```
</p>
</details>
The text was updated successfully, but these errors were encountered:
I'm testing the hacker theme to the limits. Not everything works but 1 thing I really want is the collapsed section to work. See my site at hacker-theme-test
The section is colapsable but the things within the section is not cssed. This is the "code" in the .md file
The text was updated successfully, but these errors were encountered: