It seems that when we fully qualify a section reference (or make one from another module) the title does not get spliced. ``` > cat bla.mli (** {2:splice_me Splice me} This is correct {!splice_me}. This is incorrect {!Bla.splice_me}. *) ``` <img width="233" alt="Screenshot 2023-03-29 at 09 17 43" src="https://user-images.githubusercontent.com/485596/228456053-053361f8-c546-4188-8447-0da8a9ffdd92.png"> Not sure whether it's regression or not.