Skip to content

Commit 40d493a

Browse files
committed
fix #17 get markdown-it instance.
1 parent 9906869 commit 40d493a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/markdown-it-vue.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ export default {
195195
methods: {
196196
use(plugin, options) {
197197
this.md.use(plugin, options)
198+
},
199+
get() {
200+
return this.md
198201
}
199202
}
200203
}

0 commit comments

Comments
 (0)