Skip to content

[Bug] Space Not Preserved Between Contiguous "see" Elements #10431

@xLEGiON

Description

@xLEGiON

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()];
    }

}

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions