Improving title printing.
This commit is contained in:
parent
f5006572e8
commit
7a7dfa648d
@ -298,7 +298,7 @@ Markdeep >> options [
|
||||
Markdeep >> printOn: aStream [
|
||||
super printOn: aStream.
|
||||
aStream
|
||||
nextPutAll: '( ', self title accentedCharactersCorrection, ' )'
|
||||
nextPutAll: '( ', self title, ' )'
|
||||
]
|
||||
|
||||
{ #category : #'instance creation' }
|
||||
|
@ -108,7 +108,7 @@ MiniDocs class >> yamlToJson: yamlString [
|
||||
arguments: {yamlString};
|
||||
redirectStdout;
|
||||
runAndWaitOnExitDo: [ :process :outString |
|
||||
^ (STONJSON fromString: outString allButFirst) first
|
||||
^ (STONJSON fromString: outString allButFirst accentedCharactersCorrection) first
|
||||
]
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user