Bug description sans internal only link: ======================================== Section Number and Name: All topics containing graphics which were inserted using drag-and-drop (deathstar). Describe the issue: By default, align="center" is used in the <imagedata> tag. However, its label is aligned to the left. Both image and graphic should be aligned to the left. Additional Info: Have raised deathstar bug to fix the drag-and-drop boilerplate: https://github.com/jwulf/press-star/issues/44 Note also: ========== Several images appear to have a title/caption of "Title".
Did a bulk-replace of all instances of: imagedata align="center" With: imagedata align="left" I did not find any figures with title "Title" (or any instance of ">Title<", for that matter.
Reverted changes, removed all align parameters instead. Manually setting it was causing some alignment issues on some images. Looks like the brand applies the required alignment anyway.