class Tourmaline::Format::Link

Defined in:

tourmaline/extra/format.cr

Constructors

Instance Method Summary

Instance methods inherited from class Tourmaline::Format::Token

to_html : String to_html, to_md(version : Int32) : String to_md

Constructor Detail

def self.new(token : Token | String, url : String) #

[View source]

Instance Method Detail

def to_html : String #

[View source]
def to_md(version : Int32 = 2) : String #

[View source]

[View source]
def token=(token : String | Tourmaline::Format::Token) #

[View source]
def url : String #

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

[View source]