There is a bug in a php file, you need to go to and edit
wp-content/plugins/aqua-page-builder/blocks/aq-editor-block.php
Then go to line 53 and replace
echo wpautop(do_shortcode(htmlspecialchars_decode($text)));
with
echo wpautop(do_shortcode(htmlspecialchars_decode($content)));
and it will work ??