Images in Rich Text Field not showing

I’m attempting at dynamically pushing data into a collection of block posts, let’s say.

Within the marked down text of the blog post, I also want to include images, And I ultimately push this whole chunk of text to the collection via some integration.

The issue is that I’ve not been able to find any way where I can include images in the rich text editor field, dynamically via text.

I tried:

  1. tags with source to the url
  2. tag wrapped in a div with a class of .w-embed.w-script makes

Both of these don’t work.

Any ideas how I could implement this simple functionality? Help will be greatly appreciated


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

In general, uploading images would just be done using a standard <img> element with the source set to a publicly-accessible URL. Normal constraints apply… 4MB max, specific file types, certain file name limitations.

If you’re trying to push Markdown content, I’m not certain if that’s currently supported through the API.