PR Journal

Real pull requests, status changes, tests, reviews, and lessons learned.

Preventing duplicate markdown attachments from overwriting each other in nbconvert

nbconvert flattened markdown attachments from different cells into one shared output directory, so later cells could overwrite earlier files when they reused the same attachment filename. I reproduced that on current main, added regression coverage, and made the preprocessor deterministically suffix collisions instead of silently clobbering earlier attachments.

OPENjupyter/nbconvertPR #2280