<!--nextpage--> as a shortcode within the loop?
Anyone implemented this successfully? I want to include the !--nextpage-- within a single post loop as a shortcode. I tried to echo it, the tag shows up but the post doesn't get divided into pages.
I need to able to echo do_shortcode('[nextpage]'); within the single.php and actually divide it into different pages...

