On Tue, Mar 10, 2009 at 6:05 PM, Robert Dailey <[email protected]> wrote:
>
> Hi,
>
> I'm trying to create a code sample under a bullet point entry. For
> example:
>
> = Header =
> * Bullet Point One. Code Example:
>  {{{
>  Some Code Sample
>  }}}
>
> However, the code sample above is not indented to the same place as
> the text applied to that bullet point. How can I made the code sample
> block show up right under the bullet point text with proper alignment?

Put the curly braces at the beginning of the line, like this:

= Header =
* Bullet Point One. Code Example:
{{{
Some Code Sample
}}}

It should automatically indent to inside the bullet point.

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to