WordPress Formatting

I’ve created a flow where the last step is sending it to WordPress. This is working where it goes to WordPress as a Draft.

When I edit the article in WordPress the formatting is off. The only way for me to fix this is to go to https://markdowntohtml.com/ paste my article and convert Markdown to HTML.

Is there a way for the format to already be HTML ready so I don’t have to manually do this step?

Attaching the screenshot as it shows up in WordPress…

Also, interestingly enough I added this to OpenAI ChatGPT (gpt-4o-mini) Question area:

Output should be in HTML (without the preceding html and succeeding

That line actually helped and now almost all of the article is in HTML WordPress format. The exception now is that bolded words are still showing up with ** before and after a word.

Okay, I think with ChatGPT its just a matter of using the right words to assure WordPress gets updated correctly. For Bold words I added this to the ChatGPT prompt:

Bold 2 keywords per section by using these format settings < strong > bold words < /strong >.

So now my WordPress article looks good.

You can also just use the pieces under Text Helper, they have Markdown to HTML and vice versa, plus loads of others.

1 Like