Re: [Doxygen-users] Structured elements in Markdown

2019-08-07 Thread Leonardo Pereira Santos
Hello All! I just discovered that things work if I define an anchor with the title: ### Some Section {#some_section_label} If I just use ### Some Section The title gets rendered correctly, but it’s not included in the TOC, HTML treeview, etc. Regards, From: Leonardo Pereira Santos Sent: Aug

[Doxygen-users] Structured elements in Markdown

2019-08-02 Thread Leonardo Pereira Santos
Hello All! I just discovered that using Markdown will not generate a proper section with Doxygen. My Markdown file is: # Introduction {#introduction_anchor} ## Purpose lalalala The ‘Introduction’ gets translated to a chapter title, which is pretty cool. I expected the ‘Purpose’ header2 to