Cleaning mixed line jumps.
This commit is contained in:
parent
1d9cb57477
commit
8b424f4f03
@ -77,7 +77,7 @@ Markdown >> contentsWithoutYAMLMetadata [
|
||||
self detectYAMLMetadata ifFalse: [ ^ self ].
|
||||
newContents := '' writeStream.
|
||||
(self lines copyFrom: self yamlMetadataClosingLineNumber + 2 to: self lines size) do: [ :line |
|
||||
newContents nextPutAll: line; crlf ].
|
||||
newContents nextPutAll: line; cr ].
|
||||
^ newContents contents.
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user