You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
The hyperlink i am using has following syntax:-
await context.PostAsync("Please click on HelpDesk");
But webchat is rendering it as
Please click on HelpDesk
At the same time emulator is picking it up correctly.
I had raised a similar issue few days back, but closed by giving a link for markdown syntax. It seems like a bug. I have tried the same in different markdown online editors some produce expected HTML but others not. Attached the screenshot of an online markdown editor with similar behavior.
The hyperlink i am using has following syntax:-
await context.PostAsync("Please click on HelpDesk");
But webchat is rendering it as
Please click on HelpDesk
At the same time emulator is picking it up correctly.
I had raised a similar issue few days back, but closed by giving a link for markdown syntax. It seems like a bug. I have tried the same in different markdown online editors some produce expected HTML but others not. Attached the screenshot of an online markdown editor with similar behavior.