mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 01:36:45 +00:00
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
[ Header
|
|
1
|
|
( "test-foo" , [] , [] )
|
|
[ Span ( "anchor" , [] , [] ) []
|
|
, Str "Test"
|
|
, Space
|
|
, Code ( "" , [] , [] ) "foo"
|
|
]
|
|
, Para
|
|
[ Str "Hello" , Space , Code ( "" , [] , [] ) "world" ]
|
|
]
|