I’m simply trying to send a website summary created by Chat GPT that is output in Markdown format, then converted to HTML via Markdown node, then that HTML is sent to Google Docs with proper formatting.
Using Make, it’s straight forward and works. With n8n it sends to raw HTML without the formatting. What am I missing here? Thanks,