I did try this
{{code}}
Some clever code
goes here
{{/code}}
It does work but the font defaults to "Arial" but i think in most wiki the
font defaults to courier.
Thanks
I tried this
On Fri, Jan 15, 2010 at 9:49 AM, Thomas Mortagne
<thomas.mortagne(a)xwiki.com>wrote;wrote:
On Fri, Jan 15, 2010 at 10:00, Ziggy
<ziggy25(a)gmail.com> wrote:
Oh and also, when i use the "code"
macro, it doesnt actually draw a box
around the code but it rather highlights the text which is not i want.
Thanks
On Fri, Jan 15, 2010 at 8:33 AM, Ziggy <ziggy25(a)gmail.com> wrote:
> Hi Guys,
>
> What is the wiki syntax for display code in a page. Here is an example
of
> what i would like to do.
> Look at this page
http://15black.bluedepot.com/styles/tiddlypedia.htm ,
> Look at the TiddlyPediaPackage section half way through the page. The
syntax
> to achieve that is as simple as typing this
>
> {{{
> HTML Structure
> var sidebar = document.getElementbyId('sidebar')
> }}}
>
> I tried to do the same for xwiki pages but it dont work. I think it is
> possible to do it using the "code" macro but this only works when you
use
> the WYSIWYG editor. It doesnt work in WIKI
edit mode. Is there a simple
> syntax that i can use to achieve this?
Everything you can do in the WYSIWYG also works in wiki syntax
(WYSIWYG only generate wiki syntax at the end). When you don't know
how to do something WYSIWYG did, save an edit the page in wiki mode.
And yes code macri is working well in wiki model also, for example:
{{code language=html}}
<html>
<head>Cool!</head>
</html>
{{/code}}
and it does print a box around unless you have a special (wrong) skin.
See
http://tuska.myxwiki.org/xwiki/bin/view/Test/Code
Thanks
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org