class Markdown::Parser::List

Defined in:

parser/list.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(md : String) #

[View source]

Instance Method Detail

def list : Array(Markdown::List::Item) #

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

[View source]
def md : String #

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

[View source]
def parse #

[View source]
def parse_description : String | Nil #

[View source]