Examples/Example_Link.ps1

$doc = New-PSMDDocument -Name "Sample" -Content {
    Link -Text "Google it yourself" -Value "https://Google.com"
    Link -Text "Google it yourself" -Value "https://Google.com"
}