Hi, I was just upgrading from 0.9.45 to 1.0.4 and suddenly my lightboxes stopped working.
markdown:
TXT
{.float-right}
- resulting html with 0.9.45:
HTML
<p><a rel="lightbox" href="/user/pages/foo/bar/baz.png"><img style="" alt="foo" class="float-right" src="/images/1/2/3/4/5/12345..baz.png" /></a>- resulting html with 1.0.4:
TXT
<p><img alt="foo" class="float-right" src="/images/a/1/2/3/4/5/12345..baz.png" />
- resulting html with 1.0.4:
Any clues?