Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Render xref in name element similar to everywhere else
When `xref` is in `title`, if `xref` has a target to a `reference` use square brackets (`[ <target text> ]`). If the `xref` target is not a reference don't use brackets or parenthesis. If `xref` element has text content: For `reference` targets: `<text content> [<target>]` For other targets: `<text content> (<target>)`
- Loading branch information