Fixes and improvements to how Notion content is rendered on published pages.
Fixed
Added
[w:XX%] tag in the Notion caption to control display width (e.g. [w:60%]). The tag is stripped from the visible caption. Width defaults to 100% when no tag is presentTechnical
plain_text extraction in processTableRowWithChildren() with processRichText() to apply Notion annotationsparseImageCaptionWidth() helper to parse and strip width tags from captionsmax-width style to the <figure> wrapper when a caption is present, or directly to the <img> when there is no caption, avoiding double-applicationprocessImage(), processImageWithS3(), and processNotionImage() in imageProcessor.ts