Google DOCS formatting from n8n llm output (how?)

Wondering if anyone has an idea how to do a well-formatted Google DOCS from n8n? More specifically from an LLM?

I tried to use Markdown but still it lacks the formatting.

Hey @Eddy_is_here ,
Unfortunately google docs does not support importing markdown which is what the LLMs will provide.
You would need to write a custom writer to achieve this, see for example here.
There is also a community request already on this here.
Hope this helps!

1 Like

I use pandoc for this: