20 lines
444 B
Plaintext
20 lines
444 B
Plaintext
![]() |
Pandoc
|
||
|
Meta { unMeta = fromList [] }
|
||
|
[ BulletList
|
||
|
[ [ Plain [ Str "potato" ] ]
|
||
|
, [ Plain
|
||
|
[ Link
|
||
|
( "" , [] , [] )
|
||
|
[ Str "more"
|
||
|
, Space
|
||
|
, Str "complex"
|
||
|
, Space
|
||
|
, Str "vegetables"
|
||
|
]
|
||
|
( "#more-complex-vegetables" , "" )
|
||
|
]
|
||
|
]
|
||
|
, [ Plain [ Str "cucumber" ] ]
|
||
|
]
|
||
|
]
|