Level 22
@d3v I think you just need to pass linkify as props to Markdown component.
<Markdown :source="post.data.body" :linkify="true" />
1 like
Hello here, I'm new to Markdown and I'm using markdown it vue 3 package I want to enable link linkify options etc. .. How can I do this with composition api vue 3?
<Markdown :source="post.data.body" />
@d3v I think you just need to pass linkify as props to Markdown component.
<Markdown :source="post.data.body" :linkify="true" />
Please or to participate in this conversation.