Improving integration with GrafoscopioUtils

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-07-25 18:25:56 -05:00
parent e5ea6e7fd8
commit d736c72f14
1 changed files with 11 additions and 0 deletions

View File

@ -107,6 +107,17 @@ LePage >> markdownFileName [
^ self exportedFileName, '.md'
]
{ #category : #'*MiniDocs' }
LePage >> metadata [
^ self options at: 'metadata' ifAbsentPut: [ self metadataInit]
]
{ #category : #'*MiniDocs' }
LePage >> options [
^ options
]
{ #category : #'*MiniDocs' }
LePage >> preorderTraversal [
| output |