We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am relatively new to doxyrest, but I have been very impressed.
One issue I have observed, when parsing Markdown, Doxygen will create multiple image tags for each type of output:
It appears that Doxyrest does not detect that the same image is repeated for multiple "ImageKind" types:
Am I misunderstanding something, or does a bit of logic need to be added to parsing to avoid the duplicate images? Any input is welcome.
Thanks, Keith Ballard
The text was updated successfully, but these errors were encountered:
I am happy to modify to the code to fix this issue, but I would need some guidance.
My current thought is that I only want the HTML image tags, so other types can be ignored with these two small modifications:
A few questions:
Sorry, something went wrong.
No branches or pull requests
Hello,
I am relatively new to doxyrest, but I have been very impressed.
One issue I have observed, when parsing Markdown, Doxygen will create multiple image tags for each type of output:
It appears that Doxyrest does not detect that the same image is repeated for multiple "ImageKind" types:
Am I misunderstanding something, or does a bit of logic need to be added to parsing to avoid the duplicate images? Any input is welcome.
Thanks,
Keith Ballard
The text was updated successfully, but these errors were encountered: