Thanks for the reply,
All are returning under "RichText" - screenshot of data I shared with you is a screenshot about objects in RichText. All is working well.
What do I mean: Example 1 you see how it's shown in prismic dashboard - I like exactly the same formatting on my website. Are there any tools to show exactly the same formatting, maybe iframe or something?
I understood your point; thanks for clarifying it.
It all depends on the rendering of the Rich Text field on the Front End. You should use the <PrismicRichText> component from @prismicio/react` to render it as HTML.
It's in Next.js framework: Template Content in Next.js - Prismic.
And if you are using nuxt.js, then please follow that article: Template Content with Nuxt.js - Prismic.