Hi,
I’m importing a blog from Jekyll to Webflow using the API. Everything is going quite smooth, and I’m submitting raw HTML to the post body attribute, but some tags are stripped, i.e ul, li or cite.
I understand that cite might not be supported in the frontend and I can remove it from the original post content, but ul and li are supported (I’ve created a post manuall with a list of items and there it is).
Here’s a fragment of the JSON:
{
"name"=>"El reto de una buena gestión \"en la contratación\" de los fondos Next Generation",
"slug"=>"20211008-podcast-pilar-batet",
"post-body"=>"<p>Y un <strong>importante reto</strong>, teniendo en cuenta que hasta la fecha España no ha aprovechado los recursos que la UE ofrece:</p>\n\n<ul>\n <li>Las administraciones no son especialmente ágiles contratando. Tampoco con la gestión de las subvenciones.</li>\n <li>No siempre se da un control óptimo de la ejecución de los proyectos, lo que en ocasiones puede suponer “descertificaciones” y sanciones importantes.</li>\n</ul>\n\n..."
...
}
Could you bring some light on this?