Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xLEGiON opened this issue Nov 27, 2024 · 1 comment
Open

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

xLEGiON opened this issue Nov 27, 2024 · 1 comment

Comments

@xLEGiON
Copy link

xLEGiON commented Nov 27, 2024

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
@xLEGiON xLEGiON added the bug label Nov 27, 2024
@filzrev
Copy link
Contributor

filzrev commented Nov 28, 2024

Reported issue will be resolved after PR(#10390) is merged.

It seems this temporary workaround code removing extra spaces

@yufeih yufeih removed the bug label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants