abstract class markdown::LinkNode

sys::Obj
  markdown::Node
    markdown::LinkNode

@Js

Source

Base class for Link and Image nodes

destination

Str destination

Source

Link URL destination

make

new make(Str destination, Str? title := null)

Source

title

Str? title

Source

Optional link title

toStrAttributes

protected virtual override Str toStrAttributes()

Source