-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
20
-
Every other markdown reader in the world supports things like:
- A collapsible section with markdown
<details>
<summary>Click to expand!</summary>
Contents inside the fold are hidden
</details>
Bitbucket doesn’t render these at all, it’s a major impediment to writing nice documentation.