diff --git a/repository/Grafoscopio-Utils/HedgeDoc.class.st b/repository/Grafoscopio-Utils/HedgeDoc.class.st index ea4b3f0..d414c7c 100644 --- a/repository/Grafoscopio-Utils/HedgeDoc.class.st +++ b/repository/Grafoscopio-Utils/HedgeDoc.class.st @@ -24,7 +24,7 @@ HedgeDoc class >> newDefault [ ] { #category : #accessing } -HedgeDoc >> asTiddler [ +HedgeDoc >> asMarkdownTiddler [ self url ifNil: [ ^ self ]. ^ Tiddler new title: self url segments first;