Skip to content
New issue

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

Duplicate Images #51

Open
keithmballard opened this issue Jan 18, 2023 · 1 comment
Open

Duplicate Images #51

keithmballard opened this issue Jan 18, 2023 · 1 comment

Comments

@keithmballard
Copy link

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:
image

It appears that Doxyrest does not detect that the same image is repeated for multiple "ImageKind" types:
image

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

@keithmballard
Copy link
Author

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:
image

image

A few questions:

  1. Is my assumption about image tags applicable to all users?
  2. Or should there be a configuration option to select a particular tag?
  3. More broadly, should be apply to more than just images?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant