Forum
Imageclasses in Perch Blog not working
Hi guys,
I really like the Perch 2.5 update and have updated the Blog app accordingly as well along with the updated Markdown plugin. However, I found that my imageclasses
are not working.
I have seen that the output of an image with classes in markdown has changed from
![title](/perch/resources/image.jpg).myclass
to
![title](/perch/resources/image.jpg).{myclass}
Maybe to allow multiple classes or alike? However, using both syntaxes the classes aren't parsed and only the image is outputted with the text ".{myclass}" written after it.
Edit: this is not only a Blog app issue, it's on all textareas that have the ability to include image classes. So likely a Markdown issue?
Any clue what could be the issue? Thanks, Jelmer
Can you show us your template tag?
This is one I use for the Blog content:
a normal textarea in Pages is defined - for example - as follows:
Ok, we'll test it out, thanks.
The correct syntax to use is:
I cannot believe I have misread that so many times.
Thanks for the support, Drew :)