abricotine
abricotine copied to clipboard
Add support for GitLab fold tags "<summary>"
trafficstars
Gitlab markdown supports a syntax for foldable sections with the code below.
Could you add support for this?
<details><summary>Section title</summary>
hidden text
</details>
References:
- https://docs.gitlab.com/ee/user/markdown.html#collapsible-section
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary