The markdown in test suite section titles doesn't have good sizing between headings and bolded texts. This may be due to the existing CSS for h1,h2,h3,etc elements... but it makes for a strange appearance.
The following markdown should show the problem:
# H1 text
Normal **Bold**
## H2 text
Normal **Bold**
### H3 text
Normal **Bold**
#### H4 text
Normal **Bold**
##### H5 text
Normal **Bold**
###### H6 text
Normal **Bold**
Is there a way I could upload a screenshot of how it looks on my machine?