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.
--
/tj/


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

Reply via email to