Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Bullet points can only come from a list, so that you will have to add the HTML code for a list into the table, e.g. like

    <ul>
    <li>first entry</li>
    <li>second entry</li>
    </ul>

    Due to the line breaks in that code (which would otherwise add white space in the table), you’ll also have to extend the used Shortcode a little bit:

    [table id=123 convert_line_breaks=false /]

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Use of bullet points?’ is closed to new replies.