Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

collapsed section failing #109

Open
AzlanCoding opened this issue Jun 4, 2022 · 3 comments
Open

collapsed section failing #109

AzlanCoding opened this issue Jun 4, 2022 · 3 comments

Comments

@AzlanCoding
Copy link

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
image
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>
@AzlanCoding
Copy link
Author

I also got this error, probably not from this colapse
GET https://azlancoding.github.io/assets/images/black-dot.png 404

@AzlanCoding
Copy link
Author

AzlanCoding commented Jun 4, 2022

I tried removing <p> it doesn't help

@AzlanCoding
Copy link
Author

I found a workaround but it's very difficult when there is a lot of stuff

<details><summary>CLICK ME</summary>


<h4 id="header-4">We can hide anything, even code!</h4>

<pre><code>print("Hello World")
</code></pre>



</details>
CLICK ME

We can hide anything, even code!

print("Hello World")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant