You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a site in nextjs, it's to write some articles in the form of posts. When I'm writing, everything looks very good and well formatted on the page and creation, but when I create the post and see the result, my frontend receives everything incorrectly, the lists in general don't even appear, they are as if they were null, and when I apply bold, strike and other markings, the text goes without any formatting, just the plain text, without being in bold, without being in h1 and so on.
The text was updated successfully, but these errors were encountered:
Just a wild guess - are you using TailwindCSS or similar on FE? Tailwind comes with preflight (CSS reset), so it removes default styles - lists, bold, borders, spacing, etc. It's something you have to add back yourself (or remove preflight: https://tailwindcss.com/docs/preflight)
I have a site in nextjs, it's to write some articles in the form of posts. When I'm writing, everything looks very good and well formatted on the page and creation, but when I create the post and see the result, my frontend receives everything incorrectly, the lists in general don't even appear, they are as if they were null, and when I apply bold, strike and other markings, the text goes without any formatting, just the plain text, without being in bold, without being in h1 and so on.
The text was updated successfully, but these errors were encountered: