StacksLinkTag

fun StacksLinkTag(link: QuotedStacksToken, displayLinkTokens: List<AbstractStacksToken>)

Construct a new StacksLinkTag.

Parameters

displayLinkTokens

The external site to be linked to along with any way you want the link to be represented. If only the web address is listed, the web address is what is displayed, otherwise the text following the web address will be used as the linking text.

link

The main link.


fun StacksLinkTag(link: QuotedStacksToken)

Construct a new StacksLinkTag.

Parameters

link

The main link.