Desafio de 14 Dias Sem Açúcar Refinado
...
...
... (full body)",
"tags": ["lifestyle", "travel", "blog", "LANG"],
"language": "pt"
}
Now we need to ensure we have the correct tags array. The spec says "tags: any related tasg array including : ["lifestyle", "travel", "blog", "LANG"]". So we need to include "LANG" as a tag. We'll include "pt" or "LANG"? The spec says "LANG". Probably they want the literal string "LANG". We'll include "LANG". So tags: ["lifestyle", "travel", "blog", "LANG"].
Now we need to ensure the body is a single string. We'll need to escape any double quotes inside the body. The image tags have double quotes; we need to escape them. Also any other double quotes.
Let's construct the body string step by step, ensuring we escape double quotes.
We'll write the body as a long string, using
tags for paragraphs.
We'll start building:
=
"
olá, eu decidi me lançar em um experimento de duas semanas sem o açúcar refinado, e vou contar tudo o que aconteceu, mesmo que a história seja bagunçada e cheia de surpresas.
"
Then Q&A items:
"
Qual é a diferença entre eliminar açúcar refinado e simplesmente reduzir o consumo?