githubEdit

$link

Creates a link to a given URL

Signature

{{$link url [text]}}

Arguments

Name
Description
Type
Required

url

URL value of the link

String

text

Text to display in document. If no value is provided the URL of the link will be displayed

String

Returns

Link to the given URL.

Example

{{$link company.website}}
{{$link company.website company.name}}

Last updated

Was this helpful?