I have show rules overwriting the text layout. If this text happens to be a part of a link the clickable field of the link is broken into parts. See highlighting when hovering in example image below.
In my case specifically, I want to italicize the “et al.” of a citation. If there is another way to do this that circumvents the issue I’d be fine with that, too.
#show str("et al."): it => emph(it)
= Example
This is what my citation looks like @sam
#bibliography("refs.bib", style:"apa")
