Method
renderBlockContent(_:references:depth:)
Renders a block content element to HTML.
func renderBlockContent(_ block: RenderBlockContent, references: [String : any RenderReference], depth: Int = 0) -> String
Parameters
block-
The block 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 string.