Menu

#2 <<custom>> tag should be multi line and have block format

open
nobody
5
2006-07-12
2006-07-12
Arthurs
No

I am using your wiki to keep track of various bits of
code. to that end, it would be nice if I could define
a custom tag so that I could create something like the
following wiki content:

<<code>>
MyCodeMethod()
{
for(int i=0 ; i< SomeValue; ++i)
{
//Do Something Here
}
}
<</code>>

and then have it map to the following css class:

.code
{
background-color:Blue;
border: 1px solid Black;
color: White;
font-family:Consolas;
text-align:justify;
}

Discussion


Log in to post a comment.