Commit c768eb2
Fix captioned-image block rendering as literal markdown text
Images added via markdown syntax () were being converted
back to a markdown string and added as a paragraph, causing them to
render as literal text like "" in Substack posts.
Fix: pass the image directly as a captionedImage block so Substack
renders it as an actual image.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a26df08 commit c768eb2
1 file changed
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1321 | 1321 | | |
1322 | 1322 | | |
1323 | 1323 | | |
1324 | | - | |
1325 | 1324 | | |
1326 | 1325 | | |
1327 | | - | |
1328 | | - | |
1329 | | - | |
1330 | | - | |
1331 | | - | |
1332 | | - | |
1333 | | - | |
1334 | | - | |
1335 | | - | |
| 1326 | + | |
1336 | 1327 | | |
1337 | 1328 | | |
1338 | 1329 | | |
| |||
0 commit comments