Tailwind typography plugin not working #18324
Unanswered
dawitgetahun055
asked this question in
Help
Replies: 2 comments
-
Consider providing a git repo that reproduces the unexpected behavior and we can troubleshoot the cause. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here’s a cleaned-up and technically accurate version of your comment, while keeping it simple: Make sure you've added the Typography plugin to your plugins: [require('@tailwindcss/typography')], Then, wrap your Markdown content with an element that has the <div class="prose">
<!-- your markdown-rendered content -->
</div> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I installed the tailwind typography plugin in my nuxt project and wanted to use it for the markdown files inside the content folder. But its not working for me even though I have done everything? Help me out please
Beta Was this translation helpful? Give feedback.
All reactions