Hi,
I have configured a Zap to take short notes published on my Wordpress website and publish those on LinkedIn and Facebook.
What I would like to do is keep the text formatting produced by HTML tags.
For example, here’s the original text, as produced by Wordpress:
<p>Some text of a couple of lines</p><p>Some more text, with maybe something in <b>bold</b></p><p>Even more text, but maybe with a line break in the middle.<br>And then more content on the next line</p>Here’s what I would like to post on LinkedIn:
Some text of a couple of lines Some more text, with maybe something in bold Even more text, but maybe with a line break in the middle.And then more content on the next lineHow do I do that? Removing the HTML tags removes the formatting. Thank you for your help!