I was able to hack up a workaround for this…
In the Site Description field I used |br| where I wanted BRs added and then changed index-site-info.php page with the following line:
<p><?php echo str_replace("|br|","<br>",$theme_options['site_intro_text']); ?></p>
Works well for my project… hope it helps for you!