class Paru::PandocFilter::OrderedList

An OrderedList Node

@example In markdown an ordered list looks like

1. this is the first item
2. this the second
3. and so on

It has an ListAttributes object and a list of items

@!attribute list_attributes

@return [ListAttributes]