Improving integration with GrafoscopioUtils
This commit is contained in:
parent
e5ea6e7fd8
commit
d736c72f14
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user