Minor sync, before adding preliminar Pandoc
exportation support.
This commit is contained in:
parent
ad07fbe0b9
commit
491b7d4de9
@ -352,9 +352,8 @@ GrafoscopioNode >> embedAll [
|
|||||||
GrafoscopioNode >> embedNodes [
|
GrafoscopioNode >> embedNodes [
|
||||||
"I find any ocurrence of '%embed a node header' in the body of a node and replace it
|
"I find any ocurrence of '%embed a node header' in the body of a node and replace it
|
||||||
by the children which have such header.
|
by the children which have such header.
|
||||||
Using embedded node is useful to change the order in which children appear into parents body,
|
Using embedded nodes is useful to change the order in which children appear into parents body,
|
||||||
while exporting"
|
while exporting"
|
||||||
|
|
||||||
| temporalBody |
|
| temporalBody |
|
||||||
temporalBody := self body.
|
temporalBody := self body.
|
||||||
self embeddedNodes ifNotNil: [ self embeddedNodes do: [ :each |
|
self embeddedNodes ifNotNil: [ self embeddedNodes do: [ :each |
|
||||||
|
Loading…
Reference in New Issue
Block a user