abricotine icon indicating copy to clipboard operation
abricotine copied to clipboard

Add support for GitLab fold tags "<summary>"

Open PpChailley opened this issue 3 years ago • 0 comments
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

PpChailley avatar Aug 02 '22 10:08 PpChailley