When i create articles they appear without paragraphs. I notice on your demo that this is also the case. How do I get paragraphs?
Hello, We make a mistake when update theme. To fix this issue: Open file node--article.tpl.php (sites/all/themes/jollyness/templates/node) Replace line:

<?php print strip_tags(render($content['body']));?>

by: <?php print render($content['body']);?> Thanks,