authors - speced/respec GitHub Wiki
authors
Type: Person[]
Default: []
An array of person objects describing the document's authors. Shown below the editors in the document header.
Basic usage
var respecConfig = {
authors: [
{
name: "Alice Smith",
company: "Example Corp",
companyURL: "https://example.org/",
w3cid: 12345,
},
],
};