You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by Gilles Sadowski <gi...@harfang.homelinux.org> on 2010/03/08 11:10:17 UTC

[Math] Code snippet on a JIRA page

Hi.

> Phil Steitz commented on MATH-310:
> ----------------------------------

> [...]

The code examples which I tried to write in the comments on the JIRA web
page do not not look nice; sorry. Is there a way to indicate that some part
should be formatted verbatim?

Thanks,
Gilles

Re: [Math] Code snippet on a JIRA page

Posted by sebb <se...@gmail.com>.
On 08/03/2010, Gilles Sadowski <gi...@harfang.homelinux.org> wrote:
> Hi.
>
>  > Phil Steitz commented on MATH-310:
>  > ----------------------------------
>
>  > [...]
>
>  The code examples which I tried to write in the comments on the JIRA web
>  page do not not look nice; sorry. Is there a way to indicate that some part
>  should be formatted verbatim?

{code}
{code}

Click the ? help button on the rhs for more info.

>  Thanks,
>
> Gilles
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Code snippet on a JIRA page

Posted by Phil Steitz <ph...@gmail.com>.
Gilles Sadowski wrote:
> Hi.
> 
>> Phil Steitz commented on MATH-310:
>> ----------------------------------
> 
>> [...]
> 
> The code examples which I tried to write in the comments on the JIRA web
> page do not not look nice; sorry. Is there a way to indicate that some part
> should be formatted verbatim?
> 
> Thanks,
> Gilles

Enclose the code snippets in JIRA {code} tags (note open and close
are the same):

{code}

some java code

{code}


Phil