dotnet / docfx

Static site generator for .NET API documentation.
https://dotnet.github.io/docfx/
MIT License
3.94k stars 839 forks source link

[Bug] Invalid link generated #10034

Closed WeihanLi closed 1 week ago

WeihanLi commented 1 week ago

Describe the bug

docfx docfx.json --serve

image

To Reproduce

Steps to reproduce the behavior:

  1. docfx init -y
  2. docfx docfx.json --serve

Expected behavior

Expect a valid link could Ctrl+click to navigate

Context (please complete the following information):

filzrev commented 1 week ago

This issue is caused by Windows Terminal side regression. And it'll be fixed in next release (It's not merged to latest released version). See: https://github.com/microsoft/terminal/issues/17323

WeihanLi commented 1 week ago

Ahh, thanks for the info @filzrev before the fix is released, wondering if we could enhance this for a better experience