Nested Lists in Timeline Event Body

Hi all,

I am trying to render nested lists in the body of timeline events. Does anybody succeeded in doing so? I am quite out of options now. My ideas included using:

markdown syntax (“- Words in a list item”). This did not render a list but just trimmed the three whitespaces to a single one.

HTML (“<ul><li>Words in a list item</li></ul>”). This just displayed the plain html text including the tags.

Indent items manually (“- Item Level 0 \n - Item Level 1”). This just removed the indent and trimmed all whitespaces).

I’d appreciate any kind of help :slightly_smiling_face:

Thanks!

Hi @MThoma

Thank you for reaching out.

I want to tag some of our experts here - @Anton @LMeert do you have any thoughts for @MThoma on this?

Thank you!

Best

Tiphaine

Hi @MThoma,

Have you had a look at that documentation yet ?

HMTL is not supported so you will have to use markdown and markdown only to format your bullet point list.

Have you tried using another character for lists, like ‘*’ ?

Best,

Ludwig