Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-4702

List inside a table (BB-5933)

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Hi!

      It would be nice if we could create a list inside a table cell. I know this can be tricky since the list markup must be on a new line but the new line end the table.

      Exemple wiki code
      {{{
      #!wiki

      =Heading 1 =Heading 2

      *Item 1
      *Item 2
      No list here
      }}}

      XHTML it should produce
      {{{
      #!HTML

      <table>
      <tr>
      <th>Heading 1</th>
      <th>Heading 2</th>
      </tr>
      <tr>
      <td>
      <ul>
      <li>Item 1</li>
      <li>Item 2</li>
      </ul>
      </td>
      <td>No list here</td>
      </tr>
      </table>
      }}}Current XHTML
      {{

      {\\ #!HTML <table> <tr> <th>Heading 1</th> <th>Heading 2</th> </tr> <tr> <td> </td> </tr> </table> <ul> <li>Item 1</li> <li>Item 2|No list here|</li> </ul> }}

      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            legacy-bitbucket-user Legacy Bitbucket Cloud User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: