fix(org): un-bullet image lists and restore responsive-img class
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 27 Jun 2026 12:20:39 +0000 (15:20 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sat, 27 Jun 2026 12:20:39 +0000 (15:20 +0300)
commit9eb1a0d613a965c8cab7e32e33609edcd24fe545
tree5f4b912163b37c318f2d838b78348fff4c45b144
parentf1187e62af3d5270f805da8b835549b89dfad7c1
fix(org): un-bullet image lists and restore responsive-img class

Several project pages wrapped their gallery images in org-mode bullet

lists (`+ Body: / + [[file:body.png]]` style). In the published HTML

this rendered as a bullet point around a single image — visually

junk — and the bullets also stripped the `#+attr_html: :class

responsive-img` directive, so the images rendered at full container

width instead of the project's intended responsive size.

Convert each affected block to a proper sub-heading with the image as

a bare paragraph:

  before:

    + Body:

      + [[file:body.png]]

  after:

    ** Body

    #+attr_html: :class responsive-img

    [[file:body.png]]

Flat bullet lists of images inside `** Section` headings (Lab heater)

are also un-bulleted; the `responsive-img` class is added to each.

Files touched: 6 (Cases/Macro filter storage compartment, Cases/

Microscope slide box, Cases/Fujifilm camera battery box, Optics/35mm

film copying device, Miscellaneous/Battery tester, Miscellaneous/

Lab heater and cooler).
Cases/Fujifilm camera battery box/index.org
Cases/Macro filter storage compartment/index.org
Cases/Microscope slide box/index.org
Miscellaneous/Battery tester/index.org
Miscellaneous/Lab heater and cooler/index.org
Optics/35mm film copying device/index.org