Is this a common scenario? What kind of lists are you creating that
you don't want a bullet for?

On Mon, Jun 23, 2008 at 5:10 AM, Scott Bussinger <[EMAIL PROTECTED]> wrote:
>
>> Nope. Either make a macro or syntax provider, or just use HTML.
>
> I was afraid of that. The best I've come up with is to add a style
> like:
>
>     .nobullets ul { list-style-image:none; list-style-type:none; }
>
> and then use the new DIV processor like this:
>
>     {{{
>     #!div class="nobullets"
>     This is a non-bulleted list:
>      * One
>       * Sub One
>      * Two
>     }}}
>
> It's not pretty, but works.
>
>> Trac wiki markup is deliberately simple
>
> I don't know if anyone else ever runs into the need for something like
> this, but it might be nice if there was an extension to the list
> handling in the wiki markup that used a special symbol for no-bullet
> lists. Perhaps something like:
>
>      . One
>       . Sub One
>      . Two
>
> where the period acts just like an asterisk, only not visible. Still a
> simple syntax and probably easy to implement.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to