I've got a paragraph with a link at the end of it like so:\[code\]<p>Some text, blah blah blah</p><a href="http://stackoverflow.com/questions/12748066/#">... read more</a>\[/code\]This will end up rendering like this:\[quote\] Some text, blah blah blah ... read more\[/quote\]Except I want it to render like so:\[quote\] Some text, blah blah blah ... read more\[/quote\]Is there any way of doing this without placing the link inside the paragraph? I've wracked my brains for a few minutes and tried a few things but I'm getting nowhere.