How to Configure Doxygen to Use Markdown Headings as Root Headings in PDF Output Instead of Filename?
I am using Doxygen, version 1.10.0, to generate a PDF from a markdown file. The PDF is generated successfully, but I am facing an issue where the top-level headings in my markdown file (# Heading 1) are being treated as subheadings in the PDF. The root heading in the generated PDF becomes the markdown file name instead of the first-level heading from the markdown content.