If I create a new tiddler, and add two fields, field-a and field-b.

In the tiddler I then use the * notation to create some bullet points.

I add some text before field A, then, use the reveal widget to see if field 
b exists, if it does, I add another "row" to the bullet point list.

If I do this;

* some text that goes here before {{!!field-a}} and some after.
<$reveal type="nomatch" state="!!field-b" text="">
* some other text thats different to the above {{!!field-b}} and then some 
more after.
</$reveal>

then part within the reveal renders as * not as an actual bullet point. but 
if I do this

* some text that goes here before {{!!field-a}} and some after.
<$reveal type="nomatch" state="!!field-b" text="">

* some other text thats different to the above {{!!field-b}} and then some 
more after.
</$reveal>

Then it renders as a bullet point, but with an CRLF between the two points!

How can I get around this problem?

(PS, I found I had the same problem with the !!! notation for header in 
that if it was on the line after the open of the reveal it rendered as !!! 
my text, but if there was a gap then it rendered properly.)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f31726e3-3360-4274-92bb-0b370742cca0n%40googlegroups.com.

Reply via email to