Add Tailwind Typography to NuxtJS Content project

Опубликовано: 29 Март 2026
на канале: Cleavr
1,242
10

To style the html generated from the markdown file, we'll plugin Tailwind Typography to the package.json file.

https://tailwindcss.com/docs/typograp...

We'll at this time also add in the tailwind.config.js file and make sure we include the typography plugin there as well.

I've also added to tailwind.config.js some added css to remove the back ticks that are kept when adding in code snippets.