Hi, been a while away from Obsidian and just updated and I am feeling a bit lost with a very stupid question.
What is the syntax for adding multiple properties?
Here is an example. If I open the md file with a normal editor I can write
---
authors:
- Joushua C.C. Chan
- Aubrey Poon
- Dan Zhu;
---
which then parses as
![]()
But if I type it in the editor, I cannot have them separate:

I have tried comma, semi-colon, x, dot and multiple others. The docs somehow don’t have it, or I am missing something.
