Textual image links wrapped in p tag?

Hi,
wanna display an image as textual link with lightbox effect. Works as expected. Only problem the text link is displayed in a new paragraph in my text.
So how to change from:

Example
imagelink
Text

to

Example imagelink Text

How are you writing the Markdown? Anchor-links are generally inline elements, not blocks.

Writing:

Example ![Image link](image.jpg?lightbox=400,300&display=text) 

Should be:
Example Image link

but Result is:
Example
Image link