Extension { #name : #LePharoSnippet } { #category : #'*MiniDocs' } LePharoSnippet >> contentAsStringCustomized [ | customCoder | (self tags includes: 'output') ifFalse: [ ^ self contentAsString ]. customCoder := GtPharoSnippetCoder forSource: self contentAsString. ^ (customCoder doItAll) value greaseString ] { #category : #'*MiniDocs' } LePharoSnippet >> markdeepCustomCloser [ ^ String streamContents: [ :stream | stream nextPutAll: '~~~'; lf; nextPutAll: ''; lf. ] ] { #category : #'*MiniDocs' } LePharoSnippet >> markdeepCustomOpener [ ^ String streamContents: [ :stream | stream nextPutAll: '