Initializer
init(title:abstract:discussion:identifiers:generated:anchor:)
Creates a new task group.
init(title: String?, abstract: [RenderInlineContent]?, discussion: (any RenderSection)?, identifiers: [String], generated: Bool = false, anchor: String? = nil)
Parameters
titleAn optional title for the section.
abstractAn optional abstract summary for the section.
discussionAn optional discussion for the section.
identifiersA list of topic-graph references.
generatedIf true, this is an automatically generated group. If false, this is an authored group.
anchorAn optional anchor that can be used to link to the task group.