-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Milestone
Description
Is your feature request related to a problem?
Markdown reference list is a nice way to display list of links. However, it is not displayed in the message.
Describe the suggestion or request in detail
Following is example of Markdown reference list.
Sure, you should override the default proxy settings[1][2], when your proxy server requires authentication[3].
[1]: https://support.microsoft.com/en-us/windows/use-a-proxy-server-in-windows-03096c53-0554-4ffe-b6ab-8b1deee8dae1 "Use a proxy server in Windows"
[2]: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-proxy-server-settings "Configure proxy server settings - Windows Server"
[3]: https://bing.com/ "Aute Lorem id laboris Lorem do dolor mollit."
Describe alternatives you have considered
No response