WordPress plugin WP-blocks is adding slashes before apostrophe

Solution

The plugin used only a wordpress function called wp_kses_stripslashes, which only works on double quotes apparently. I simply further processed the passed data through stripslashes and voila.