I see why the last did not work:
2 stars make following text bold.
2 stars plus space make it into unordered list item (what I wanted).
so adding a space after the toc function fixes this:
[(toc {+p} leader=*)] [[{+p}|{+title}]]
BTW, in function BOLTFtoc ($args, $zone='')
i would replace
foreach ($myArray as $x) $out = $out . $leader;
with
$out = str_repeat($leader, count($myArray));
cheers
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---