pandoc/test/command/7080.md
John MacFarlane 8e9131db4e Markdown reader: improved handling of mmd link attributes in references.
Previously they only worked for links that had titles.  Closes #7080.
2021-02-06 21:52:12 -08:00

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","")]]
```