class Crst::Admonition

Overview

Represents an admonition (note, warning, etc.)

Defined in:

crst/nodes.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, children : Array(Crst::Node) = [] of Node) #

[View source]

Instance Method Detail

def children : Array(Crst::Node) #

[View source]
def children=(children : Array(Crst::Node)) #

[View source]
def type : String #

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

[View source]