Pandoc seems to pretend the width attribute is part of the filename. Minimal example:
!{width:50%}image.png!
Textile reader: skip over attribute in image source.
We don't have a place yet for styles or sizes on images, but we can skip the attributes rather than incorrectly taking them to be part of the filename. Closes #2515.
469338a
Haddock writer: omit formatting inside links.
It isn't supported by Haddock. Closes #2515.
995f28f
Now that we have image attributes, we can actually use the width.
Textile Reader: image attributes
closes #2515
d901a3d
Pandoc seems to pretend the width attribute is part of the filename. Minimal example: