Does Webflow omit HTML lists (ol and ul) when the HTML is sent through the API using the Webflow Node SDK?

Published on
September 22, 2023

When using the Webflow Node SDK to send HTML content via the API, Webflow does not omit HTML lists (ol and ul). The Webflow API is designed to handle and parse HTML content as it is, including any list elements. Therefore, when you send HTML content with lists through the Webflow Node SDK, the lists will be maintained and displayed in your Webflow project.

It's worth noting that the Webflow API fully supports HTML and provides a way to create, update, or delete elements with HTML content. This allows you to effectively incorporate lists and other HTML elements into your designs and site structure. Whether you're using the Webflow Designer or the Webflow API, HTML lists are an important tool for organizing and presenting information on your website.

In summary, when using the Webflow Node SDK to send HTML content via the API, Webflow does not omit HTML lists. The API handles the HTML as is and ensures that lists, both ordered and unordered, are preserved in your Webflow project.

Additional questions:

  1. How can I create HTML lists in Webflow?
  2. Can I customize the appearance of my HTML lists in Webflow?
  3. Does Webflow support nested lists in its API?