[Trac] Re: ticket formatting

2007-04-24 Thread surge

Hi Mike,

This is very cool. Wiki formatting definitely takes care of this
problem.

Thank you very much for a prompt reply.

Regards,
  Sergei


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[Trac] Re: ticket formatting

2007-04-23 Thread Michael Renzmann

Hi.

 Trac compressed it all into 1. Issue A 2. Issue B.

Consider using proper wiki formatting, then your text gets properly
displayed. For example:

=== cut ===
 1. Item A
 2. Item B
=== cut ===
(note the leading space in front of the list items)

If you want to retain the original format of the text, try:
=== cut ===
{{{
1. Item A
2. Item B
}}}
=== cut ===
(usefull to paste output of shell commands)

Last but not least, you could insert line breaks with: [[BR]]

More about wiki formatting can be found here:
http://trac.edgewall.org/wiki/WikiFormatting

Bye, Mike

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---