I'm running into problems using the [previous] and [next] shortcodes. Whatever text follows is displayed between the two links, e.g.
If the page is "[previous][next]
Basic information
blah blah blah"
Then this generates the HTML
<p><div class="alignleft">Previous: Home</div> <div class="alignright">Next: page2</div></p>
<p>Basic information placeholder</p>
Which is rendered as the previous link, the next link, and on the same line between them "Basic information placeholder".