I’m trying to upload articles to Wordpress. The articles are uploaded fine, however, some formatting is lost. I am uploading the text using the Wordpress node.
The posts are loaded as one block of text, however, I am looking to load them in a Gutenberg-compatible format. (Example: **text**
to be converted to strong text).
I’ve done this in python before. Also, when I copy same the text I am trying to load and simply paste it into an empty Wordpress post, I get the right formatting automatically (i.e. WP understands that **text**
is strong text).
Had anyone got any tips how to solve this?