Extension { #name : #LePage } { #category : #'*Markdeep' } LePage >> markdeepFileName [ | sanitized | sanitized := self title asDashedLowercase copyWithoutAll: #($/). ^ sanitized, '--',(self uidString copyFrom: 1 to: 5), '.md.html'. ]