class Marker::Link

Defined in:

marker/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(text : Array(Marker::Inline), destination : String, title : Nil | String = nil) #

[View source]

Instance Method Detail

def destination : String #

[View source]
def destination=(destination : String) #

[View source]
def text : Array(Inline) #

[View source]
def text=(text : Array(Inline)) #

[View source]
def title : String | Nil #

[View source]
def title=(title : String | Nil) #

[View source]