- Index
- »
- fan.markdown
- »
- Link
Link
@Js
class Link : LinkNode
A link with a destination and an optional title; the link text is in child nodes
Example for an inline link in a CommonMark document
[link](/uri "title")
Note that the text in the link can contain inline formatting, so it could also contain an image or emphasis, etc.
new make(Str destination, Str? title)