Level 22
@d3v do you use tailwind? If so, install tailwind typography plugin and use 'prose' class on element where markdown HTML display. https://tailwindcss.com/docs/typography-plugin
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
An application with view inertiajs. I installed vue3-markdown-it https://github.com/JanGuillermo/vue3-markdown-it but the style does not apply whether it is on h1, h2, h3,... blockqote lists etc. None of the styles work, I don't know if I configured them incorrectly or if it's me who has to personalize the styles. Here is my blog screen
The way i used it :
import Markdown from "vue3-markdown-it";
<Markdown :source="post.data.body" />
@d3v do you use tailwind? If so, install tailwind typography plugin and use 'prose' class on element where markdown HTML display. https://tailwindcss.com/docs/typography-plugin
Please or to participate in this conversation.