diff options
author | albert-github <albert.tests@gmail.com> | 2021-01-29 18:13:03 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2021-01-29 18:13:03 (GMT) |
commit | 3d6df187044d03c28c5ed5d1be2f0a6b53f59b51 (patch) | |
tree | a7cf32715a99cb870151bd9254da1831caa86ecf /addon/doxywizard | |
parent | 6a7201851a1667da40b4e2a1cf7b481c2d386803 (diff) | |
download | Doxygen-3d6df187044d03c28c5ed5d1be2f0a6b53f59b51.zip Doxygen-3d6df187044d03c28c5ed5d1be2f0a6b53f59b51.tar.gz Doxygen-3d6df187044d03c28c5ed5d1be2f0a6b53f59b51.tar.bz2 |
issue_8362 Text of image repeated 4 times
In case we have in markdown image definition like:
```
!["Image 1"](img/structure.png)
```
This would result, besides the image in the text:
```
Image 1""Image 1""Image 1""Image 1""
```
due to the fact that besides the HTML image also the image code for other output formats (latex, rtf, docbook) was written and the double quote was not escaped properly.
Diffstat (limited to 'addon/doxywizard')
0 files changed, 0 insertions, 0 deletions