struct Markdown::List

Defined in:

types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : Nil | String, description : Nil | String, items : Array(Markdown::List::Item)) #

[View source]

Instance Method Detail

def description : String | Nil #

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

[View source]
def items : Array(List::Item) #

[View source]
def items=(items : Array(List::Item)) #

[View source]
def title : String | Nil #

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

[View source]