Method
renderInlineContent(_:references:depth:)
Renders an array of inline content elements to HTML.
func renderInlineContent(_ content: [RenderInlineContent], references: [String : any RenderReference], depth: Int = 0) -> InlineResult
Parameters
content-
The inline content to render.
references-
The references dictionary for resolving links.
depth-
The depth of the current page for calculating relative URLs.
Return Value
The rendered HTML and plain text.