-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
MarkdownMarkdown translation input related issueMarkdown translation input related issueenhancementa request to enhance doxygen, not a buga request to enhance doxygen, not a bug
Description
Hi, I think this issue is related to #6478. I am trying to include a README.md markdown file into my doxygen mainpage.dox with the following result:
I started using \include{doc}
but this doesn't include the text as shown in the image above.
Using the obsolete \includedoc
the content is included but the markdown heading is not formatted correctly.
Using markdown inside mainpage.dox is working great though.
Is it possible to include such a formatted markdown or would this require an enhancement?
Here is the mainpage.dox:
/**
\mainpage
\htmlinclude manifest.html
\includedoc README.md
\include{doc} README.md
\include labelid
## Test heading
test text
The content of the README.md is:
## Hardware Interfaces {#labelid}
Test text inside README.
I am using doxygen verison 1.8.13
GibbOne, zchrissirhcz, enen92 and meator
Metadata
Metadata
Assignees
Labels
MarkdownMarkdown translation input related issueMarkdown translation input related issueenhancementa request to enhance doxygen, not a buga request to enhance doxygen, not a bug