I managed to fix the issue myself, and confirmed it works on v1.2 as well.
For those interested in the fix:
In header-functions.php, search for the class ‘entry-content’ and replace the following between the <p> tags:
<?php echo esc_textarea( $spacious_slider_text ); ?> with
<?php echo $spacious_slider_text; ?>