-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Question about external links #1038
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
Comments
Yes, format all links in Markdown. PlatyPS knows to strip those out for console help. |
For the purposes of the style guide, I have to answer a few questions:
I don't know if that's worded well enough, so this should all be clarified by #15. |
@zjalexander why not use PlatyPS handles it just fine. As far as I remember it strips away relative paths (which are common on github) but keeps absolute uris. The reason is actually our help system that enforces target links to be valid URIs. For example usage you can see https://github.com/PowerShell/platyPS/blob/master/docs/New-MarkdownHelp.md Here is how it's rendered
|
For general guidance see https://docs.microsoft.com/en-us/style-guide/urls-web-addresses |
Updated style guide |
AFAIK, all external links currently are not in a form of Markdown syntax - they look like this:
Link Title "http://example.com"
Sometimes the quotes are replaced by brackets, sometimes by a semicolon.
The question is: should we format all links in a proper Markdown-way? Or maybe they will disappear from PS console help if we implement it?
The text was updated successfully, but these errors were encountered: