In the first case, the iref to expr.dynamic.cast has unsightly extra space but the link works, but in the second case the link to expr.type.conv is itself broken, having extra spaces within the link target, probably because the second case is indented.
(moved from https://github.com/cplusplus/draft/issues/6504)
After https://github.com/cplusplus/draft/pull/5151, some iref links are broken or unsightly where the iref parameter list extends across a line break; for example, https://github.com/cplusplus/draft/blob/1c22d62180901069128b21daa2773d40566bd983/source/basic.tex#L600-L601 renders as:
and https://github.com/cplusplus/draft/blob/1c22d62180901069128b21daa2773d40566bd983/source/basic.tex#L3725-L3726 as:
In the first case, the iref to expr.dynamic.cast has unsightly extra space but the link works, but in the second case the link to expr.type.conv is itself broken, having extra spaces within the link target, probably because the second case is indented.