nuxt/content styling
Hello,
I am using
When I use markdown syntax like :
none of the typical styling is presented in page. Is this because of tailwind stripping default styling?
How does one get styling for markdown in the content module if using tailwind?
I am using
"@nuxt/content": "^2.12.1", in a nuxt project with taildwindcss.When I use markdown syntax like :
# Titlenone of the typical styling is presented in page. Is this because of tailwind stripping default styling?
How does one get styling for markdown in the content module if using tailwind?