Hi,
I was toying around with the pre-seaside Smallwiki and had to format a
document with a lot of nested lists combining the ordered and
non-ordered typed. I found that if I enter the following text ..
# A
-- A.B
-- A.C
--- A.C.D
--- A.C.E
--- A.C.F
-- A.D
# B
## B.A
--- B.A.A
--- B.A.B
## B.B
.. and save it, the source becomes the following:
# A
- A.B
-- A.C
--- A.C.D
--- A.C.E
--- A.C.F
-- A.D
# B
## B.A
- B.A.A
-- B.A.B
# B.B
I was wondering if this was normal behavior or if it is a possible
bug.
Thanks in advance,
Coen De Roover