Debugging title underline.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-03-26 06:55:48 -05:00
parent cd47d22480
commit b4f2564f67
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ Markdeep >> contents [
nextPutAll: self authorsString ; lf;
nextPutAll: '', self version; lf;
nextPutAll: self navTop; lf; lf;
nextPutAll: self body; lf; lf;
nextPutAll: self body; lf; lf;
nextPutAll: self tail; lf; lf; lf; lf;
nextPutAll: self commentsSupport.
^ output contents.
@ -650,7 +650,7 @@ Markdeep >> tail: anObject [
{ #category : #accessing }
Markdeep >> title [
^ title ifNil: [ title := self metadata at: 'title' ifAbsent: [ '' ] ]
^ title
]
{ #category : #accessing }