Update before AbreLatam2016 talk.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2016-10-31 15:19:07 +00:00 committed by SantiagoBragagnolo
parent d8e3e9a8bc
commit 61e47a097a
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ GrafoscopioNode >> markdownContent [
markdown nextPutAll: ' '.
markdown nextPutAll: (self header copyReplaceTokens: #cr with: #lf); crlf; crlf.
embedNodes := self children select: [:each | ((each header findTokens: $ ) at: 1) = '%embed'].
temporalBody := self body.
temporalBody := self body asString.
embedNodes ifNotNil: [
(temporalBody includesSubstring: '%embed-all')
ifFalse: [embedNodes do: [ :each | temporalBody := temporalBody copyReplaceAll: (each header) with: each body]]