Blog style matching with Strapi's content

Hello I’m using Strapi and Nuxt. on Nuxt, I fetched the data from strapi and displaying data.
But I can’t show this data as same style as strapi’s content.
How to implement this?
I can’t use @nuxtjs/markdownit

This topic has been created from a Discord post (1240828461296386099) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

Is it a markdown field you’re wanting to render?

Use marked from npm if it’s a richtext markdown from Strapi

Also, you can use the directive client

are you sing the markdown or the blocks editor?

It is harder, you need a markdown parser and customize it as you want, thing that is not easy.

Thant’s why I prefer a JSON based editor.