[xwiki-users] procedure steps
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 {{{ }}}? Thanks.
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/
participants (2)
-
Jinyan Su -
Sergiu Dumitriu