Index: post-template.php
===================================================================
--- post-template.php	(revision 12538)
+++ post-template.php	(working copy)
@@ -196,6 +196,7 @@
 		$page = count($pages); // give them the highest numbered page that DOES exist
 
 	$content = $pages[$page-1];
+	$content = apply_filters('the_content_raw', $content);
 	if ( preg_match('/<!--more(.*?)?-->/', $content, $matches) ) {
 		$content = explode($matches[0], $content, 2);
 		if ( !empty($matches[1]) && !empty($more_link_text) )
