This question about Documentation: Answered

Bullets in Tables?

Hi,

I want to use a bulleted list and/or a numbered list within a table TD cell. However, Foswiki doesn't appear to process the bullet/number wiki short codes. Is there any way to force Foswiki to convert bullet/number short code into bullets/numbers? The documentation here doesn't cover that topic:

http://foswiki.org/System/TextFormattingRules

Thank you for any help!


What I've had to do is insert a conventional HTML list into the table.

Col1 Col2 Col3
Row2
  • Bullet 1
  • Bullet 2
Col3
Row3 Col2
  1. Number List
  2. Number 2

| *Col1* | *Col2* | *Col3* |
| Row2 | <ul><li>Bullet 1 <li>Bullet 2 </ul> | Col3 |
| Row3 | Col2 | <ol><li>Number List<li>Number 2</ol> | 

The Wiki Markup Language requires a new line to start the list item, but newlines break the table.

-- GeorgeClark - 24 Jan 2010

Thanks, George! I did not realize you could mix HTML in the wiki table code. Good to know!

-- TimSlavin - 25 Jan 2010

QuestionForm edit

Subject Documentation
Extension
Version Foswiki 1.0.9
Status Answered
Topic revision: r3 - 25 Jan 2010, TimSlavin
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy