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 bodyAsMarkdownInto: markdownStream ].
|
||||||
(self headerStartsWith: '%idea')
|
(self headerStartsWith: '%idea')
|
||||||
ifTrue: [ self bodyAsMarkdownInto: markdownStream ].
|
ifTrue: [ self bodyAsMarkdownInto: markdownStream ].
|
||||||
|
(self headerStartsWith: '%item')
|
||||||
|
ifTrue: [ self itemAsMarkdownInto: markdownStream ].
|
||||||
(self headerStartsWith: '%footnote')
|
(self headerStartsWith: '%footnote')
|
||||||
ifTrue: [ self footnoteAsMarkdownInto: markdownStream ].
|
ifTrue: [ self footnoteAsMarkdownInto: markdownStream ].
|
||||||
((self tags = 'código') and: [(self hasAncestorHeaderWith: '%invisible') not & (self headerStartsWith: '%embed') not ])
|
((self tags = 'código') and: [(self hasAncestorHeaderWith: '%invisible') not
|
||||||
ifTrue: [ self exportCodeNodeTo: markdownStream ].
|
& (self headerStartsWith: '%embed') not ])
|
||||||
^ markdownStream contents
|
ifTrue: [ self exportCodeNodeTo: markdownStream ].
|
||||||
|
^ markdownStream contents
|
||||||
]
|
]
|
||||||
|
|
||||||
{ #category : #operation }
|
{ #category : #operation }
|
||||||
|
Loading…
Reference in New Issue
Block a user