How to fix markdown rendering with ShadCN/ Tailwind
Hi, I am trying to render markdown from my DB but in darkmode specifically, some of my H tags arent taking the color from the tailwind class. Here is the code below
Solution
Ok, after some rereading the tailwind docs, I have found this which worked for me
https://tailwindcss.com/docs/typography-plugin#adding-custom-color-themes
https://tailwindcss.com/docs/typography-plugin#adding-custom-color-themes
