struct Markdown::List::Item

Defined in:

types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : Nil | String, description : Nil | String) #

[View source]

Instance Method Detail

def description : String | Nil #

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

[View source]
def title : String | Nil #

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

[View source]