1 Feb
2012
1 Feb
'12
6:28 a.m.
On 02/01/2012 01:22 AM, Jinyan Su wrote:
Hi.
I'm trying to write a set of procedures in xwiki. Something like:
1. Add the LDOM to the lab dhcp tables.
{{code}}blah{{/code}}
2. ssh to the system
{{code}}blah{{/code}}
I tried using:
1. Add the LDOM 1. ssh to the system
But, it saw these as different numbered lists.
Is there a standard/preferred way of writing procedures in xwiki?
Maybe using groupings {{{ }}}?
((( ))) is used for grouping, {{{ }}} means "verbatim". This works fine for me:
1. Add the LDOM to the lab dhcp tables. ((( {{code}}blah{{/code}} ))) 1. ssh to the system ((( {{code}}blah{{/code}} )))
-- Sergiu Dumitriu http://purl.org/net/sergiu/