Contents
Syntax
The syntax for
link{options}(url) link{options}(url, string)
@link{options}(url) @link{options}(url, string)
Description
The
The format of the code returned by
<a href="url">url</a> <a href="url">string</a>
[url](url) [string](url)
Options
The following options are available for
option | description |
---|---|
return code for html link | |
return code for markdown link | |
option | description |
f++ example
Examples of
link("https://nift.cc", "Nift website")
n++ example
Example of
@link("https://nift.cc", "Nift website")