Subscribe on changes!

v-md(for markdown content), if v-html surpported, why not embed a markdown render ?

avatar
Jan 6th 2023

What problem does this feature solve?

markdown is very popular now, since complex html can be supported, why not try markdown? The markdown syntax is simple, and it would be nice to adapt it.

What does the proposed API look like?

<div v-md="markdown"></div>

avatar
Jan 7th 2023

You can do that in a custom directive.