aboutsummaryrefslogtreecommitdiff
path: root/test/command/dokuwiki-quote.md
blob: 2ae4aa4f75618f6f93d3215fe2c828c15ceec42d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
```
% pandoc -f dokuwiki -t native
> <code>some
code
</code>
>> ok
> then
> more
^D
[ BlockQuote
    [ CodeBlock ( "" , [] , [] ) "some\ncode\n"
    , BlockQuote [ Plain [ Str "ok" ] ]
    , Plain [ Str "then" , LineBreak , Str "more" ]
    ]
]
```