-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Describe the bug
- Collapsible section with
<details>
tag does not work or not rendered as expected. - Gollum does not show a collapsible section but instead it ignores the tag. I tried various iterations but could not get it to work.
- E.g. https://gist.github.com/joyrexus/16041f2426450e73f5df9391f7f7ae5f
To Reproduce
I put the following in one of my markdown files for testing purposes
<details>
<summary>click here</summary>
1. this
1. should
1. be
1. a folded
1. list
</details>
Expected behavior
The tag should be rendered as a collapsible section, just like on this Github website:
click here
- this
- should
- be
- a folded
- list
Screenshots
Environment Info
- Gollum 5.2.3
- commonmarker (0.23.4)
- github-markup (4.0.1, 3.0.5)
- gollum-lib (5.1.3)
- gollum-rugged_adapter (1.1.2)
- kramdown (2.4.0)
- kramdown-parser-gfm (1.1.0)
Metadata
Metadata
Assignees
Labels
No labels