aboutsummaryrefslogtreecommitdiff
path: root/test/command/7080.md
blob: 565a6544d6d6c13dd7b5886977ec1d0082a29200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
```
% pandoc -f markdown_mmd -t native
![][image]

[image]: image.png width=100px height=150px
^D
[ Para
    [ Image
        ( ""
        , []
        , [ ( "width" , "100px" ) , ( "height" , "150px" ) ]
        )
        []
        ( "image.png" , "" )
    ]
]
```