Re: [Moin-user] stopping ^ markup for a page

2009-01-08 Thread Robert Spencer
On Wed, Jan 7, 2009 at 4:47 PM, jdd wrote: > Hello, Hi jjd, Still at it I see. Excellent, nice going man. :-D > I try to set in the wiki a page about joe editor. > > It needs many "^X". When there are two on arow, the contetn of ^ertyu^ > is seen as a superscript I had the same problem when d

Re: [Moin-user] stopping ^ markup for a page

2009-01-08 Thread jdd
Thomas Waldmann a écrit : >>> Try this `^X` or that: > >> {{{ changes the font type and I have tables, so plain wont work :-( > > Well, yes. No easy way out. > > So maybe using `^X` is the best way easily possible (and changing the > font to typewriter for a kbd sequence is not that far fetched)

Re: [Moin-user] stopping ^ markup for a page

2009-01-08 Thread Thomas Waldmann
> > Try this `^X` or that: > {{{ changes the font type and I have tables, so plain wont work :-( Well, yes. No easy way out. So maybe using `^X` is the best way easily possible (and changing the font to typewriter for a kbd sequence is not that far fetched). --

Re: [Moin-user] stopping ^ markup for a page

2009-01-07 Thread R.Bauer
jdd schrieb: > Thomas Waldmann a écrit : >>> It needs many "^X". When there are two on arow, the contetn of ^ertyu^ >>> is seen as a superscript >> Try this `^X` or that: >> {{{ >> ^X is ... >> ^Y is ... >> }}} >> >> Or use #format plain for the whole page (then it is just text, not wiki >> markup)

Re: [Moin-user] stopping ^ markup for a page

2009-01-07 Thread jdd
Thomas Waldmann a écrit : >> It needs many "^X". When there are two on arow, the contetn of ^ertyu^ >> is seen as a superscript > > Try this `^X` or that: > {{{ > ^X is ... > ^Y is ... > }}} > > Or use #format plain for the whole page (then it is just text, not wiki > markup). well... of course,

Re: [Moin-user] stopping ^ markup for a page

2009-01-07 Thread Thomas Waldmann
> It needs many "^X". When there are two on arow, the contetn of ^ertyu^ > is seen as a superscript Try this `^X` or that: {{{ ^X is ... ^Y is ... }}} Or use #format plain for the whole page (then it is just text, not wiki markup). --