Current section
Files
Jump to
Current section
Files
include/commonmark@ast_OrderedList.hrl
-record(ordered_list, {
contents :: list(commonmark@ast:list_item()),
start :: integer(),
marker :: commonmark@ast:ordered_list_marker()
}).