Merge pull request 'Preparing multiplaform support' (#1) from multiplatform into master

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-10-10 15:18:35 -05:00
commit 92d8403b75
1 changed files with 2 additions and 2 deletions

View File

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