Relative Content

Tag Archive for cssreactjstypescriptmarkdownshadcnui

Markdown Editor Styling Overwritten by @shadcn/ui Typography in React App

I’m working on a React application that uses @shadcn/ui for the UI framework and react-markdown for rendering Markdown content. My problem is that the Markdown content is not displaying correctly because the typography styles from @shadcn/ui are overriding the Markdown styles. Specifically, the Markdown headers and other text elements are not showing the expected formatting.