Currently I need to add `add_filter( 'run_wptexturize', '__return_false' );` to disable texturize which is breaking url strings saved in paragraph tags. There needs to be a way to do this on a per block level but I fear there is not.
Currently I need to add
add_filter( 'run_wptexturize', '__return_false' );to disable texturize which is breaking url strings saved in paragraph tags.There needs to be a way to do this on a per block level but I fear there is not.