class Marker::LinkReference

Defined in:

marker/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(label : 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 label : Array(Inline) #

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

[View source]
def title : String | Nil #

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

[View source]