Norbert Unterberg wrote:
> We have some old pages from another wiki that we convert to trac. This
> pages use long seqences of lines like this:
>
> {{{     xxxxxxxx    }}}
> {{{     x      x    }}}
> {{{     xxxxxxxx    }}}
>
> to format monospaced text blocks. Unfortunately, Trac removes the
> space between the braces, thus derstroying formatting of the monospace
> sections.
>
> Is there a way to make the single line {{{...}}} command "really"
> verbatime, so that the spaces remain intact? As I read the
> documentation, the current behavior could even be seen as a bug.
>   
Indeed a little bug, but a CSS one.
Would be fixed by: 

#content tt { white-space: pre }

-- Christian


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" 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/trac-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to