docauthors

.docauthors authors:{Map<String, Dictionary<Any>>? = null} -> Any

If authors is not null, it sets the document authors to its value. If it's null, the current document authors are returned.

Set example:

.docauthors
- John Doe
- email: johndoe@email.com
- website: https://github.com/iamgio/quarkdown
- Jane Doe
- email: janedoe@email.com

Compared to docauthor, this function allows for multiple authors and additional information.

Return

the current document authors if authors is null

Parameters

authors
  • Optional

(optional) authors to assign to the document. Each dictionary entry contains the author's name associated with a nested dictionary of additional information.

Wiki page

Document metadata