mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 05:35:38 +00:00
14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
[ Header
|
|
1
|
|
( "single-column" , [] , [] )
|
|
[ Str "Single" , Space , Str "column" ]
|
|
, Div
|
|
( "" , [ "columns" ] , [] )
|
|
[ Div
|
|
( "" , [ "column" ] , [] )
|
|
[ Para [ Str "One" , Space , Str "paragraph." ]
|
|
, Para [ Str "Another" , Space , Str "paragraph." ]
|
|
]
|
|
]
|
|
]
|