mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 01:36:45 +00:00
90 lines
1.5 KiB
Plaintext
90 lines
1.5 KiB
Plaintext
[ OrderedList
|
|
( 1 , Decimal , Period )
|
|
[ [ Plain
|
|
[ Str "Some" , Space , Str "text" , Space , Str "(1.)" ]
|
|
]
|
|
]
|
|
, Para []
|
|
, Para
|
|
[ Str "Some"
|
|
, Space
|
|
, Str "text"
|
|
, Space
|
|
, Str "in"
|
|
, Space
|
|
, Str "between."
|
|
]
|
|
, Para []
|
|
, OrderedList
|
|
( 2 , Decimal , Period )
|
|
[ [ Plain
|
|
[ Str "Some" , Space , Str "text" , Space , Str "(2.)" ]
|
|
]
|
|
, [ Plain
|
|
[ Str "Some" , Space , Str "text" , Space , Str "(3.)" ]
|
|
]
|
|
]
|
|
, Para []
|
|
, Para
|
|
[ Str "Some"
|
|
, Space
|
|
, Str "text"
|
|
, Space
|
|
, Str "in"
|
|
, Space
|
|
, Str "between."
|
|
]
|
|
, Para []
|
|
, OrderedList
|
|
( 4 , Decimal , Period )
|
|
[ [ Plain
|
|
[ Str "Some" , Space , Str "text" , Space , Str "(4.)" ]
|
|
]
|
|
]
|
|
, Para []
|
|
, Para
|
|
[ Str "Some"
|
|
, Space
|
|
, Str "text"
|
|
, Space
|
|
, Str "before"
|
|
, Space
|
|
, Str "starting"
|
|
, Space
|
|
, Str "new"
|
|
, Space
|
|
, Str "list"
|
|
, Space
|
|
, Str "from"
|
|
, Space
|
|
, Str "1."
|
|
]
|
|
, Para []
|
|
, OrderedList
|
|
( 1 , Decimal , Period )
|
|
[ [ Plain
|
|
[ Str "Some" , Space , Str "text" , Space , Str "(1.)" ]
|
|
]
|
|
]
|
|
, Para []
|
|
, Para
|
|
[ Str "Some"
|
|
, Space
|
|
, Str "text"
|
|
, Space
|
|
, Str "in"
|
|
, Space
|
|
, Str "between."
|
|
]
|
|
, Para []
|
|
, OrderedList
|
|
( 2 , Decimal , Period )
|
|
[ [ Plain
|
|
[ Str "Some" , Space , Str "text" , Space , Str "(2.)" ]
|
|
]
|
|
, [ Plain
|
|
[ Str "Some" , Space , Str "text" , Space , Str "(3.)" ]
|
|
]
|
|
]
|
|
]
|