This methoid works for what I'm looking for.

> line 1/%
> some comment
> as many lines you want
> %/
> line 2

Sorry I should have thought of that myself, but I'm still learning TW
and I guess I just didn't see the forest for the trees.

On Dec 29, 7:16 am, PMario <pmari...@gmail.com> wrote:
> Try this
>
> line 1/%
> some comment
> as many lines you want
> %/
> line 2
>
> ======= technical stuff follows =====
> @colm
> I don't think, it is a bug, If you write:
>
> line 1
> /% comment %/
> line 2
>
> for the parser it looks like
>
> line 1\n
> /% comment %/\n
> line 2\n
>
> where \n is a new line command. If you remove the comment /% .. %/ it
> is
>
> line 1\n
> \n
> line 2\n
>
> Changing this behaviour, IMO is a compatibility issue.
> eg:
>
> some visible/% comment comes here
> comment text ends here %/ text
>
> rendered
>
> some visibel text
>
> is perfectly fine
>
> -m
>
> -m

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to