A link with a destination and an optional title; the link text is in child nodes. <p> Example for an inline link in a CommonMark document: <pre><code> link
</code></pre> <p> The corresponding Link node would look like this: <ul> <li>{@link #getDestination()} returns {@code "/uri"} <li>{@link #getTitle()} returns {@code "title"} <li>A {@link Text} child node with {@link Text#getLiteral() getLiteral} that returns {@code "link"}</li> </ul> <p> Note that the text in the link can contain inline formatting, so it could also contain an {@link Image} or {@link Emphasis}, etc.