Preparing multiplaform support #1

Merged
Offray merged 1 commits from multiplatform into master 2020-10-10 20:18:35 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -136,8 +136,8 @@ Markdown >> locateYAMLMetadataClosing [
{ #category : #accessing }
Markdown >> metadata [
self exportMetadataAsJson.
^ NeoJSONReader fromString: FileLocator temp / 'metadata.json' contents.
^ NeoJSONReader fromString: self exportMetadataAsJson.
]
{ #category : #utilities }