pandoc/test/command/7080.md

18 lines
266 B
Markdown
Raw Normal View History

```
% pandoc -f markdown_mmd -t native
![][image]
[image]: image.png width=100px height=150px
^D
[ Para
[ Image
( ""
, []
, [ ( "width" , "100px" ) , ( "height" , "150px" ) ]
)
[]
( "image.png" , "" )
]
]
```