mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
45fdd1de10
Closes #10394.
34 lines
784 B
Plaintext
34 lines
784 B
Plaintext
[ DefinitionList
|
|
[ ( [ Str "Term" , Space , Str "1" ]
|
|
, [ [ Para [ Str "Definition" , Space , Str "1" ] ] ]
|
|
)
|
|
, ( [ Str "Term"
|
|
, Space
|
|
, Str "2"
|
|
, Space
|
|
, Str "with"
|
|
, Space
|
|
, Emph [ Str "inline" , Space , Str "markup" ]
|
|
]
|
|
, [ [ Para [ Str "Definition" , Space , Str "2" ]
|
|
, Para
|
|
[ Code
|
|
( "" , [] , [] ) "{ some code, part of Definition 2 }"
|
|
]
|
|
, Para
|
|
[ Str "Third"
|
|
, Space
|
|
, Str "paragraph"
|
|
, Space
|
|
, Str "of"
|
|
, Space
|
|
, Str "definition"
|
|
, Space
|
|
, Str "2."
|
|
]
|
|
]
|
|
]
|
|
)
|
|
]
|
|
]
|