Addressing emtpy captios for images.
This commit is contained in:
parent
d011f9c1c1
commit
90fa52653f
@ -4,7 +4,7 @@ Extension { #name : #LePictureSnippet }
|
|||||||
LePictureSnippet >> asMarkdeep [
|
LePictureSnippet >> asMarkdeep [
|
||||||
| output curatedCaption captionLines |
|
| output curatedCaption captionLines |
|
||||||
captionLines := self caption lines.
|
captionLines := self caption lines.
|
||||||
(captionLines size = 1)
|
(captionLines size <= 1)
|
||||||
ifTrue: [ curatedCaption := caption ]
|
ifTrue: [ curatedCaption := caption ]
|
||||||
ifFalse: [
|
ifFalse: [
|
||||||
curatedCaption := WriteStream on: ''.
|
curatedCaption := WriteStream on: ''.
|
||||||
|
Loading…
Reference in New Issue
Block a user