On 09/15/09 01:06, T. J. Frazier wrote:
Nino Novak wrote:

What I meant is that if you put a template inside a numbered wiki type list (between two consecutive items), it breaks the sequence of numbering. At least in my (endless) trials:

#
#
{{Documentation/Note|Note on step 2...}
#
is shown as
1.
2.
  NOTE on step 2...
1.

instead of 1. 2.   NOTE on step 2...
3.
Nino
Hi, Nino,

AFAIK, you can't do this with '#' notation, but writing HTML directly works fine. That is,
<ol>
<li>Item 1</li>
<li>Item 2</li>
{{Docu..etc.}}
<li>Item 3</li>
</ol>

will display as

1. Item 1
2. Item 2
   (i-symbol) note stuff here
3. Item 3

HTH.
Hi Nino,

please have a look at
http://wiki.services.openoffice.org/wiki/Documentation/Dashboard/Styles

Il you look at "Interrupted numbered lists" you will find an example showing a warning within a numbered list.

Martina

--
 mwal...@openoffice.org  -  Technical Writer
 StarOffice - Sun Microsystems, Inc. - Hamburg, Germany
 http://www.sun.com/staroffice


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@documentation.openoffice.org
For additional commands, e-mail: dev-h...@documentation.openoffice.org

Reply via email to