(content: string): string Convert raw TSDoc @see content to mdz format for rendering.
Handles TSDoc link syntax:
- |text → [text](url) (markdown link)
- ://... → https://... (bare URL, auto-linked by mdz)
- `` → `` identifier `` (code formatting)
- Bare URLs → returned as-is
- Bare identifiers → wrapped in backticks
content
Raw @see tag content in TSDoc format
type
stringreturns
string mdz-formatted string ready for <Mdz> component