Closed

Description
Is it possible to specify the level of the headings in the Markdown file?
For example, currently my Markdown is being output like so:
## Bug fixes
- ...
But I'd instead like it to be:
### Bug fixes
- ...
Obviously I can make these changes manually after the Markdown file has been generated, but I was hoping to automate it...