Lists not functioning inside of a Table

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 1.1
    • Affects Version/s: 1.0 Release Candidate 5
    • Component/s: None

      The following page code outputs a table, but the list isnt picked up, and the *'s remain as litteral output:

      Test Table
      Here is my list
      * Item A
      * Item B
      * Item C

      The following doesnt work either:

      Test Table
      Here is my list * Item A * Item B * Item C

      The following breaks out the table, but outputs a list:

      Test Table
      Here is my list
      • Item A
      • Item B
      • Item C

      Just a test to check that numbered lists dont work either:

      Test Table
      Here is my list
      # Item A
      # Item B
      # Item C

      This functionality gets used in quite alot of our documentation. Currently the * and manual number is ok, but it would be much better if it all worked the same.

            Assignee:
            Armond Avanes
            Reporter:
            Dan Hardiker
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: