class Tourmaline::Format::Group

Direct Known Subclasses

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(*tokens) #

[View source]

Instance Method Detail

def <<(*args, **options) #

[View source]
def <<(*args, **options, &) #

[View source]
def build(*args, **kwargs, &block : self -> ) #

[View source]
def push(*args, **options) #

[View source]
def push(*args, **options, &) #

[View source]
def shift(*args, **options) #

[View source]
def shift(*args, **options, &) #

[View source]
def to_html : String #

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

[View source]
def tokens : Array(Token | String) #

[View source]
def tokens=(tokens : Array(Token | String)) #

[View source]
def unshift(*args, **options) #

[View source]
def unshift(*args, **options, &) #

[View source]