Uploaded image for project: 'DokuWiki tools'
  1. DokuWiki tools
  2. DOKUWIKI-5

Support for DokuWiki indented lists

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 1.2
    • 1.0
    • None
    • None
    • Unit

    Description

      About lists at https://www.dokuwiki.org/wiki:syntax#lists

      Input:

      * This is a list
       * The second item
      * You may have different levels
      * Another item
      
      - The same list but ordered
       - Another item
      - Just use indention for deeper levels
      - That's it
      

      Output:

      * This is a list
      ** The second item
      * You may have different levels
      * Another item
      
      
      
      * The same list but ordered
      *1. Another item
      * Just use indention for deeper levels
      * That's it
      

      Expected Output (xwiki/2.1 syntax):

      * This is a list
      ** The second item
      * You may have different levels
      * Another item
      
      1. The same list but ordered
      11. Another item
      1. Just use indention for deeper levels
      1. That's it
      

      ------

      Adding another space to ordered lists ("- another item") returns in "$result", see bug.png

      • Input:
        * This is a list
         * The second item
        * You may have different levels
        * Another item
        
        - The same list but ordered
          - Another item
        - Just use indention for deeper levels
        - That's it
        

      Attachments

        1. bug.png
          bug.png
          155 kB
        2. lists.png
          lists.png
          218 kB

        Activity

          People

            nehagup Neha
            evalica Ecaterina Moraru (Valica)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: