Synchronizing before creation of a new ConfigurationOfGrafoscopio.
This commit is contained in:
parent
bde5e0a938
commit
bf7c15d5cd
@ -664,11 +664,14 @@ GrafoscopioNode >> markdownContent [
|
||||
self bodyAsMarkdownInto: markdownStream ].
|
||||
(self headerStartsWith: '%idea')
|
||||
ifTrue: [ self bodyAsMarkdownInto: markdownStream ].
|
||||
(self headerStartsWith: '%item')
|
||||
ifTrue: [ self itemAsMarkdownInto: markdownStream ].
|
||||
(self headerStartsWith: '%footnote')
|
||||
ifTrue: [ self footnoteAsMarkdownInto: markdownStream ].
|
||||
((self tags = 'código') and: [(self hasAncestorHeaderWith: '%invisible') not & (self headerStartsWith: '%embed') not ])
|
||||
ifTrue: [ self exportCodeNodeTo: markdownStream ].
|
||||
^ markdownStream contents
|
||||
((self tags = 'código') and: [(self hasAncestorHeaderWith: '%invisible') not
|
||||
& (self headerStartsWith: '%embed') not ])
|
||||
ifTrue: [ self exportCodeNodeTo: markdownStream ].
|
||||
^ markdownStream contents
|
||||
]
|
||||
|
||||
{ #category : #operation }
|
||||
|
Loading…
Reference in New Issue
Block a user