Extension { #name : #LePictureSnippet } { #category : #'*Grafoscopio-Utils-Core' } LePictureSnippet >> asMarkdeep [ | output | output := '' writeStream. output nextPutAll: self metadataDiv; nextPutAll: self centeredFigure; lf; nextPutAll: ''; lf; lf. ^ output contents ] { #category : #'*Grafoscopio-Utils-Core' } LePictureSnippet >> centeredFigure [ ^ '
*' , (self optionAt: 'caption' ifAbsent: [ '' ]) , '*
' ]