Hi Peter,
El 07/03/15 a las 13:32, Peter Uhnák escribió:
Is it possible to create multiline comments in Pillar?
For example I want to add code that I used to create a visualization, but I want
to show the user only the image (but want to keep the code so I can regenerate
if needed).
Thanks,
Pe
Because
[[[
]]]
is special and if we need some others environments we will keep them for
something more important than comments :)
Sure I can make a shortcut but I don't like that if there is already
something.
So my question is why can't I do
{{{comment:
my
multiline
comment
}}}
We a
Better write something like:
[[[render=false
...
]]]
and fix pillar to ignore those blocks
On Mar 8, 2015 3:55 PM, "Peter Uhnák" wrote:
> Sure I can make a shortcut but I don't like that if there is already
> something.
>
> So my question is why can't I do
>
> {{{comment:
>
> my
> multiline
> c
Sure I can make a shortcut but I don't like that if there is already
something.
So my question is why can't I do
{{{comment:
my
multiline
comment
}}}
We already have the syntax, and we already have conditional rendering; so
comment is just something that doesn't end up in any of the output for
; {{{comment:
> My
> Multiline
> Comment
> }}}
> --
> From: stepharo
> Sent: 3/8/2015 8:21 AM
> To: Any question about pharo is welcome
> Subject: Re: [Pharo-users] Pillar multiline comment
>
> Pillar is line based.
> You can put a comme
H
If pillar is line based, how I can make code examples?
Actually, maybe this could work, I'll try it later.
{{{comment:
My
Multiline
Comment
}}}
-Original Message-
From: "stepharo"
Sent: 3/8/2015 8:21 AM
To: "Any question about pharo is welcome"
Subject:
Pillar is line based.
You can put a comment to each of the line beginning.
Le 7/3/15 19:32, Peter Uhnák a écrit :
Is it possible to create multiline comments in Pillar?
For example I want to add code that I used to create a visualization,
but I want to show the user only the image (but want t
Is it possible to create multiline comments in Pillar?
For example I want to add code that I used to create a visualization, but I
want to show the user only the image (but want to keep the code so I can
regenerate if needed).
Thanks,
Peter