enum Cmark::ListType

Overview

A type of list for nodes with NodeType::List.

Defined in:

cmark/list_type.cr

Enum Members

None = 0
Bullet = 1
Ordered = 2

Instance Method Summary

Instance Method Detail

def bullet? #

def none? #

def ordered? #