Describe the bug
Space is not preserved between contiguous "see" elements.
To Reproduce
public class Test
{
/// <summary>
/// Summary text.
/// </summary>
/// <returns>A <see cref="Test"/> <see cref="Array"/> containing etc.</returns>
public static Test[] Create()
{
return [new(), new(), new()];
}
}

Expected behavior
There should be a space if there is one present in the containing element, as in the above example.
Context (please complete the following information):
- OS: Windows 10
- Docfx version: 2.78.2