There appears to be a bug in beta 9.9.
The story.php page should, I believe, show the entire description submitted by the user.
At the moment it is showing the summary, not the whole lot.
You can see this in the
pligg demo
The fix seems to be in story.php.
Change line 128 from
$main_smarty->assign('the_story', $link->print_summary('summary', true));
to
$main_smarty->assign('the_story', $link->print_summary('full', true));
Hope this helps,
Cheers,
Tony Lembke