You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Nathan Maves <Na...@Sun.COM> on 2005/01/05 22:34:21 UTC

How to include code examples in the wiki?

I wanted to update/add some things to the wiki but how do you format 
code/xml in the text?

Nathan


Re: How to include code examples in the wiki?

Posted by Kris Schneider <ks...@gmail.com>.
Have a look at the "3rd Party Contributions" page:

http://wiki.apache.org/ibatis/3rd_20Party_20Contributions

I just added some stuff that includes XML. Basically, just wrap it like:

{{{
<xml-goes-here/>
}}}

On Wed, 05 Jan 2005 14:41:32 -0700, Nathan Maves <Na...@sun.com> wrote:
> I read that but did not see how to place java or xml code inline.
> 
> 
> On Jan 5, 2005, at 2:38 PM, Larry Meadors wrote:
> 
> > http://wiki.apache.org/ibatis/HelpOnFormatting
> >
> >
> > On Wed, 05 Jan 2005 14:34:21 -0700, Nathan Maves
> > <Na...@sun.com> wrote:
> >> I wanted to update/add some things to the wiki but how do you format
> >> code/xml in the text?

-- 
Kris Schneider <ma...@gmail.com>

Re: How to include code examples in the wiki?

Posted by Nathan Maves <Na...@Sun.COM>.
I read that but did not see how to place java or xml code inline.


On Jan 5, 2005, at 2:38 PM, Larry Meadors wrote:

> http://wiki.apache.org/ibatis/HelpOnFormatting
>
>
> On Wed, 05 Jan 2005 14:34:21 -0700, Nathan Maves 
> <Na...@sun.com> wrote:
>> I wanted to update/add some things to the wiki but how do you format
>> code/xml in the text?


Re: How to include code examples in the wiki?

Posted by Larry Meadors <la...@gmail.com>.
http://wiki.apache.org/ibatis/HelpOnFormatting


On Wed, 05 Jan 2005 14:34:21 -0700, Nathan Maves <Na...@sun.com> wrote:
> I wanted to update/add some things to the wiki but how do you format
> code/xml in the text?