From 621c6401994f7d06afea1717053eb2855e55983c Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Thu, 12 Feb 2015 20:41:39 +0000 Subject: [PATCH] =?UTF-8?q?Exportaci=C3=B3n=20a=20markdown=20de=20nodos=20?= =?UTF-8?q?de=20c=C3=B3digo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repository/Grafoscopio/GrafoscopioNode.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/Grafoscopio/GrafoscopioNode.class.st b/repository/Grafoscopio/GrafoscopioNode.class.st index 9e98519..36289b4 100644 --- a/repository/Grafoscopio/GrafoscopioNode.class.st +++ b/repository/Grafoscopio/GrafoscopioNode.class.st @@ -314,7 +314,7 @@ GrafoscopioNode >> markdownContent [ | markdown configDict specialWords embedNodes temporalBody invisibleChildren | markdown := '' writeStream. specialWords := #('%config' '%abstract' '%invisible' '%idea' '%footnote' 'nuevoNodo' '%embed'). - (specialWords includes: self header) not & (specialWords includes: ((self header findTokens: $ ) at: 1)) not + (specialWords includes: self header) not & (specialWords includes: ((self header findTokens: $ ) at: 1)) not & (self tags = 'código') not ifTrue: [ self level timesRepeat: [ markdown nextPutAll: '#' ]. markdown nextPutAll: ' '.