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