Closed
Bug 2060932
Opened 1 month ago
Closed 9 hours ago
Support GitHub-style <details>/<summary> collapsible sections in comments
Categories
(bugzilla.mozilla.org :: Bug Creation/Editing, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Sylvestre, Unassigned)
Details
Attachments
(1 file)
Bugzilla comments render Markdown, but there is currently no way to collapse a section of a comment. Requested feature: support the GitHub-style disclosure syntax
<details><summary>Text to click</summary>Text hidden by default</details>
so that long comments can be divided into sections that are folded by default and expanded on click.
Nested/collapsed content should still be searchable and copyable, and should expand when linked to via an anchor, if that is feasible.
Comment 1•22 days ago
|
||
Comment 2•9 hours ago
|
||
Authored by https://github.com/suhaibmujahid
https://github.com/mozilla/bmo/commit/3bf44e76b141eeba7ce011aad749593cab3f2812
[master] Bug 2060932 - Support GitHub-style collapsible sections in comments
Status: NEW → RESOLVED
Closed: 9 hours ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•