How to use Markdown with Migration API?

I've content in markdown format that I want to upload to Prismic using the Migration API.

I've almost 200 pieces of content.
I can use Marked to convert Markdown into HTML, but how do I get it to format that Prismic wants?

This is like really essential to do, so please reply asap.

Hi @aadtyaraj01 ,

Welcome to the Prismic community :slight_smile:

Maybe some of these tools will help:

1 Like

Hi, I need a solution that are through native PHP, or even markdown would be enough.

Hi @be1,

This tool is listed in the linked thread:

The idea is to have something more native, without going through ruby. Also, you could do it on the side of your api, accept html directly...

Hey @be1,

Since the Migration API is relatively new, the ecosystem is still growing. You can see some example scripts here:

But I don't think that includes a Markdown converter. I know that this is something the team is actively considering and it will probably come in the future.

Sam