Improving defaults.
This commit is contained in:
parent
5af60513e9
commit
c08e8b3bb8
@ -88,7 +88,7 @@ Markdeep >> commentsSupport [
|
||||
{ #category : #accessing }
|
||||
Markdeep >> config [
|
||||
|
||||
^ config
|
||||
^ config ifNil: [ config := Dictionary new]
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
@ -100,6 +100,7 @@ Markdeep >> config: aDictionary [
|
||||
{ #category : #'instance creation' }
|
||||
Markdeep >> contents [
|
||||
| output |
|
||||
self title ifNil: [ ^ self body ].
|
||||
output := '' writeStream.
|
||||
output
|
||||
nextPutAll: self headContents; lf; lf;
|
||||
|
Loading…
Reference in New Issue
Block a user