Initializer
init(identifier:title:titleInlineContent:url:)
Creates a new link reference with its initial values.
init(identifier: RenderReferenceIdentifier, title: String, titleInlineContent: [RenderInlineContent]? = nil, url: String)
Parameters
identifierThe identifier of this reference.
titleThe plain text title of the destination page.
titleInlineContentThe formatted title of the destination page.
urlThe topic url for the destination page.