MiniDocs/src/Markdeep/LePage.extension.st

9 lines
240 B
Smalltalk
Raw Normal View History

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