Discourse html_raw error while posting a workflow

Describe the problem/error/question

I’m not able to create a new thread with the following workflow as “preformatted text”, Discourse is returning me an error (and removing all the post content …)

What is the error message (if any)?

Token type `html_raw` not supported by Markdown parser

Please share your workflow

Workflow as Github Gist : n8n-graphql-workflow.json · GitHub

Evaluating the flow file, I noticed that you are using ctrl + c and ctrl + v.
I recommend saving the flow and downloading it through the three dots.

After that, attach the downloaded code (open the .json with Notepad, VSCode) and attach it using the </> button.

If this helps you, mark this answer as the solution.

switch to the standard markdown editor then copy-paste the workflow directly in ``` ```

n8n attach workflow

1 Like

Test with the markdown editor

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.