Follow

Is it possible to have paragraph or line breaks, ordered/unordered lists in the "Text" description?

Love this plugin... absolutely phenomenal!

Just wanted to ask if some standard text features were possible

- pararaph/line breaks

- ordered/unordered lists (i.e., numbered or bullets)

- I believe I read another article already about bolding/ italics so that's fine

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

1 Comments

  • 0
    Avatar
    Joe Germuska

    In general, you can use HTML in the "text" content, including <p>, <ul>, <li> and <br> tags.

    Note that Timeline's CSS removes bullets from lists, so you'll need to use a "style" attribute on your <ul> tags if you want bullets, eg:

     

    <ul style="list-style-type:circle">

        <li>list item 1</li>

        <li>list item 2</li>

    </ul>

     

Please sign in to leave a comment.
Powered by Zendesk