pandoc/test/odt/native/orderedListHeader.native
Tuong Nguyen Manh 32297d5677 Odt: Add list-header
The list-header is a type of list-item.
Therefore, it will be treated exactly like one.
2022-01-02 15:05:09 -08:00

80 lines
2 KiB
Text

[ OrderedList
( 1 , Decimal , Period )
[ [ Plain
[ Str "A"
, Space
, Str "list"
, Space
, Str "item"
, Space
, Str "(list-header)"
]
]
, [ Plain [ Str "A" , Space , Str "second" ] ]
, [ Para [ Str "A" , Space , Str "third" ]
, OrderedList
( 1 , Decimal , Period )
[ [ Para
[ Str "New"
, Space
, Str "level!"
, Space
, Str "(list-header)"
]
, OrderedList
( 1 , Decimal , Period )
[ [ Plain
[ Str "And"
, Space
, Str "another!"
, Space
, Str "(list-header)"
]
]
, [ Plain
[ Str "It's"
, Space
, Str "great"
, Space
, Str "up"
, Space
, Str "here!"
]
]
]
]
, [ Plain [ Str "Oh" , Space , Str "noes" ] ]
, [ Plain [ Str "We" , Space , Str "fell!" ] ]
]
]
, [ Plain [ Str "Maybe" , Space , Str "someone" ] ]
, [ Plain [ Str "Pushed" , Space , Str "us?" ] ]
]
, Para []
, OrderedList
( 4 , Decimal , Period )
[ [ Plain
[ Str "Start"
, Space
, Str "new"
, Space
, Str "list,"
, Space
, Str "but"
, Space
, Str "a"
, Space
, Str "different"
, Space
, Str "starting"
, Space
, Str "point."
, Space
, Str "(list-header)"
]
]
, [ Plain
[ Str "Because" , Space , Str "we" , Space , Str "can." ]
]
]
]