### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug ```c# var parameter = builder.AddParameter("my-secret").WithDescription("My Secret. See [Link](ps8://xxxxx)", enableMarkdown: true); ``` I would expect that when i clikc on Link that the link is opened. But it seems that this link is not set correct. The href is empty <img width="471" height="115" alt="Image" src="https://github.com/user-attachments/assets/96b62924-e3c7-48b4-a22d-cd20ec0c18ca" /> ### Expected Behavior Correct link in href ### Steps To Reproduce _No response_ ### Exceptions (if any) _No response_ ### .NET Version info _No response_ ### Anything else? _No response_