Is your feature request related to a problem? Please describe.
The default renderer does concat authors information separated by a comma in one single span tag.
When adding multiple authors with affiliations as we normally do in academia, it makes a bad layout :
Default choice is legit for only names list but in this use case it makes the author list unreadable.
The real problem is that I can't customize the rendering by CSS because the authors data are merged as a string in a single span tag.
Describe the solution you'd like
Keep author data in single individual spans (or li?) so that one can decide to customize the layout.
I would have liked to make each authors appear in a new line.
The default comma as separator could be tunable too but I might be able to make it work with it.
Actually the affiliations could be sent to a note but we can't add note to authors which makes sens.
Describe alternatives you've considered
Not an alternative but a plus would be to add a affiliations input in authors list with a specific CSS style. Would make academic users happy.
But separating authors in individual tags still hold.
by the way
When there are only two authors using a "&" as a separator would be better. I put "&" and not "and" because the code doesn't know the language used in the story.
Is your feature request related to a problem? Please describe.
The default renderer does concat authors information separated by a comma in one single span tag. When adding multiple authors with affiliations as we normally do in academia, it makes a bad layout :
Default choice is legit for only names list but in this use case it makes the author list unreadable. The real problem is that I can't customize the rendering by CSS because the authors data are merged as a string in a single span tag.
Describe the solution you'd like
Keep author data in single individual spans (or li?) so that one can decide to customize the layout. I would have liked to make each authors appear in a new line.
The default comma as separator could be tunable too but I might be able to make it work with it. Actually the affiliations could be sent to a note but we can't add note to authors which makes sens.
Describe alternatives you've considered
Not an alternative but a plus would be to add a affiliations input in authors list with a specific CSS style. Would make academic users happy. But separating authors in individual tags still hold.
by the way When there are only two authors using a "&" as a separator would be better. I put "&" and not "and" because the code doesn't know the language used in the story.