Fixing STON wiki exportation.
This commit is contained in:
parent
9a4a87a45e
commit
146d762f5f
@ -43,6 +43,11 @@ MiniDocs class >> appFolder [
|
||||
^ tempFolder
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
MiniDocs class >> exportAsSton: anObject on: aFileReference [
|
||||
MarkupFile exportAsFileOn: aFileReference containing: (STON toStringPretty: anObject)
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
MiniDocs class >> importGrafoscopioFile: aFileReference [
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user