pandoc/test/command/4281.md

22 lines
296 B
Markdown
Raw Normal View History

```
% pandoc -t native
:::: {.a}
- ::: {.b}
text
:::
::: {.c}
text
:::
::::
^D
[ Div
( "" , [ "a" ] , [] )
[ BulletList
[ [ Div ( "" , [ "b" ] , [] ) [ Para [ Str "text" ] ]
, Div ( "" , [ "c" ] , [] ) [ Para [ Str "text" ] ]
]
]
]
]
```