Make details disclosures easier to spot in rendered markdown
What does this MR do and why?
Make details disclosures easier to spot in rendered markdown
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Check out this branch
- in the GDK, visit an issue, MR or comment that contains one or more
<details>
disclosures - If the
<details>
contains a<summary>
then the text of the summary will be bold when the details is open or closed - If the
<details>
does not contain a summary (rare edge case but valid syntax), then the details text will be bold only when the details is closed. Otherwise the details header text and the contents will not be bolded.