Markdown, Table formatting doesnt work with collection

Hello everyone,

I am currently trying to get a collection with bulleted list formatting into a Markdown table.

The Markdown code is:

Attendants Excused Unexcused
{- Attendants:Name -} {- Excused:Name -} {- Unexcused:Name -}

However, this results in:


The collection is not transferred to the table, but added below it.

Any ideas?

I’m afraid that this is a limitation of markdown - it doesn’t support all formatting options within table cells.
Have you tried {= Attendants:Name =} instead?

1 Like

That works and suits for me.
It’s not a list, but it works.

Thanks for your help.

1 Like