8e9131db4e
Previously they only worked for links that had titles. Closes #7080.
8 lines
184 B
Markdown
8 lines
184 B
Markdown
```
|
|
% pandoc -f markdown_mmd -t native
|
|
![][image]
|
|
|
|
[image]: image.png width=100px height=150px
|
|
^D
|
|
[Para [Image ("",[],[("width","100px"),("height","150px")]) [] ("image.png","")]]
|
|
```
|