Ghost post formatting in NextJS application

Hi,
I am using NextJS as frontend for my blog application.
I am not able to find the formatting of post such as blockquote, callout, link etc in my application. It is visible in Ghost CMS editor but not in my application.
I feel there is a parser issue. But I am not sure how to get the same formatting in my application that I see in my CMS Editor.
Any help is appreciated.
Thanks

For a headless setup like NextJS, you’ll need to provide all the styling yourself. You can check out some of Ghost’s default styling here, Ghost Theme Features: The Editor - Documentation, which you could copy and paste to your NextJS app.

1 Like