Hi everyone,
I’m working on an automation where I:
- Generate a long text in Markdown ATX format using ChatGPT.
- Convert the Markdown to HTML using the Markdown to HTML module.
- Create a Google Doc from the HTML output.
However, I’m facing a formatting issue.
The conversion process introduces an error with bullet points: After every three headings, the fourth one has incorrect bullet point formatting.
I’ve checked the Markdown code using an external tool, and it appears correct there. This suggests the issue might be with the conversion process itself.
Does anyone know of an API or method to convert Markdown to HTML without these formatting errors?
Thanks in advance!