@markvia/vue
v0.1.0
Published
Vue renderer for Markvia
Readme
@markvia/vue
Vue renderer and Markdown component for Markvia.
pnpm add @markvia/core @markvia/vue vue<script setup lang="ts">
import { Markdown } from '@markvia/vue'
defineProps<{ content: string }>()
</script>
<template>
<Markdown :content="content" />
</template>See the Markvia documentation for the full API.
