This is in my .md document:
{ width=100px }
{ width=100px }
{ width=100px }
{ width=100px }
{ width=100px }
{ width=100px }
{ width=100px }
{ width=100px }
This is how I use Pandoc:
pandoc foo.md -f markdown+link_attributes -s -o foo.pdf
The link_attributes are completely ignored, and { width=100px } appears as plaintext after every image.
What is the correct way of setting image size in Pandoc markdown?
