Piiit / pwPHPwiki

WIKI CMS written in object oriented PHP. Note: This project depends on https://github.com/Piiit/pwPHPtools
1 stars 1 forks source link

Mixed lists/wrong enumeration #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open :oldcontent:manual:wikitodo
2. Look at lists and source-code

What is the expected output? What do you see instead?
Mixed lists restart their enumeration from scratch after an unordered list item 
gets inserted.

Example-Code
# Fußnoten
# :ok: hoch- und tiefgestellter Text
# :ok: 3 Textgrößen: klein, normal/mittel, groß
# [[manual:tabellen#Tabellen auch zeilenweise zulassen]]
# Sections
 * Openoffice Math Syntax support
 * Download-Plugin
# Vordefinierte Temp...

Current output...
  1.  Fußnoten
  2.  :ok: hoch- und tiefgestellter Text
  3.  :ok: 3 Textgrößen: klein, normal/mittel, groß
  4.  Tabellen
  5.  Sections
      -  Openoffice Math Syntax support
      -  Download-Plugin
  6.  Vordefinierte Temp...

but produces

  [...]
  1. Vordefinierte Temp....

Original issue reported on code.google.com by pitiz29a on 31 Jan 2014 at 10:02

GoogleCodeExporter commented 9 years ago
I'll look into it soon.

Original comment by pitiz29a on 6 Feb 2014 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by pitiz29a on 21 Feb 2014 at 12:21

GoogleCodeExporter commented 9 years ago

Original comment by pitiz29a on 21 Feb 2014 at 2:42

GoogleCodeExporter commented 9 years ago

Original comment by pitiz29a on 25 Feb 2014 at 3:47