Hi Adriaan,
Sorry to bother you at this time with this subject. Do
you know if I
can
use '[', ']', '<' and '>' in a SmallWiki page? Or
else tell me where I
can
read this.
The problem is that I want to describe the syntax of my test tool using
regular expressions:
<command> <mandatory parameter> [optional parameter]
you can use all special wiki characters by escaping them: that is you
escape them by putting a back-slash in front like \[, \*, \!, ... For <
and > this is slightly different, as they are used to build the xhtml
and are preserved by SmallWiki. You have to write them using
html-syntax: > and <
Actually all the escaping isn't necessary if you use preformatted-text,
maybe want to do this anyway when displaying source-code.
= #( a b c ) do: [ :eaach |
= Transcript show: '<'; show: each; show: '>'; cr ]
Hope this helps,
Lukas
Preferably it should work within a table.
Escaping works in any context :)
Cheers,
Lukas
--
Lukas Renggli
http://renggli.freezope.org