summaryrefslogtreecommitdiff
path: root/test/command/4281.md
blob: 9806e8178157eeeaf6dd185cb97600cbb54db687 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
```
% pandoc -t native
:::: {.a}
- ::: {.b}
  text
  :::
  ::: {.c}
  text
  :::
::::
^D
[Div ("",["a"],[])
 [BulletList
  [[Div ("",["b"],[])
    [Para [Str "text"]]
   ,Div ("",["c"],[])
    [Para [Str "text"]]]]]]
```