1.0.4 • Published 5 months ago

v-markdown-directive v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

v-markdown-directive

Security audit Plugin tests

Markdown parser for Vue.js

Install

import markdown from "v-markdown-directive";

const app = createApp(App);

app.use(markdown);

app.mount("#app");

Usage

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

<script setup>
import { ref } from 'vue'

const markdown = ref('# Hello World')
</script>
1.0.4

5 months ago

1.0.2

7 months ago

1.0.1

9 months ago

1.0.0

10 months ago

1.0.3

7 months ago

0.2.10

12 months ago

0.2.9

12 months ago

0.2.8

12 months ago

0.2.7

12 months ago

0.2.6

12 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago