markdown-to-jsx icon indicating copy to clipboard operation
markdown-to-jsx copied to clipboard

Markdown not rendering any styles - Using Tailwind?

Open minifisk opened this issue 10 months ago • 1 comments

For some reason in my project I just get plain text even if I try to render the markdown. I've created a new project where it works fine, but in my particular project it don't do anything. Where should i start looking to debug?

minifisk avatar Sep 29 '23 06:09 minifisk

If you're importing your markdown into React, make sure tailwind knows to scan your markdown source files for tailwind classes

quantizor avatar Nov 13 '23 15:11 quantizor