class Tourmaline::Format::SubSubSection

Defined in:

tourmaline/extra/format.cr

Constructors

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

<<(*args, **options)
<<(*args, **options, &)
<<
, indent : Int32 indent, indent=(indent : Int32) indent=, push(*args, **options)
push(*args, **options, &)
push
, shift(*args, **options)
shift(*args, **options, &)
shift
, spacing : Int32 spacing, spacing=(spacing : Int32) spacing=, to_html : String to_html, to_md(version : Int32 = 2) : String to_md, tokens : Array(Token | String) tokens, tokens=(tokens : Array(Token | String)) tokens=, unshift(*args, **options)
unshift(*args, **options, &)
unshift

Constructor methods inherited from class Tourmaline::Format::Section

new(*tokens, indent : Int32 = 4, spacing : Int32 = 1) new

Class methods inherited from class Tourmaline::Format::Section

build(*args, **kwargs, &block : self -> ) build

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 : Array(Token | String), indent = 12, spacing = 1) #

[View source]