Fixing pandocOptions.
This commit is contained in:
parent
4bdbbcff6a
commit
bca70f8f9f
@ -820,7 +820,8 @@ GrafoscopioNode >> output: anObject [
|
||||
{ #category : #utility }
|
||||
GrafoscopioNode >> pandocOptions [
|
||||
self metadata ifNil: [ ^ nil ].
|
||||
self metadata at: 'pandocOptions' ifAbsent: [ ^ '' ]
|
||||
self metadata at: 'pandocOptions' ifAbsent: [ ^ '' ].
|
||||
^ self metadata at: 'pandocOptions'
|
||||
]
|
||||
|
||||
{ #category : #utility }
|
||||
|
Loading…
Reference in New Issue
Block a user