On Wed, 2006-08-02 at 23:47 +0800, Josh Stewart wrote:
> Hi,
> As I mentioned in a previous post, I am having problems with wiki 
> formatting in my TRAC ticket descriptions.
> They do not seem to properly render the wiki formatting I put into the 
> ticket description.
> I have looked through the help and web admin configuration options a 
> number of times but cant see why this might be the case.
> I do not have direct access to the sites .ini files but I can request 
> changes to these files if I need to.
> 
> Here is a screenshot of the issue http://www.bur.st/~astar/tractickets.png
> 
> I am logged in as user with TRAC-ADMIN privillages.
> The text you see in the description seems to be missing the new lines, 
> and isnt rendering the '*' as bullet points.

Trac does not use multiple "*"s to define nested lists; it is based on
indentation.  There should be one space before the "*" for the first
level.  Nested levels should be indented 2 more spaces so they're
aligned with the parent's text like this:

 * level 1
   * level 2
   * level 2

-- 
Matthew Good <[EMAIL PROTECTED]>

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to