Skip to content

Commit

Permalink
fix #17 get markdown-it instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenq committed Jan 19, 2020
1 parent 9906869 commit 40d493a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/markdown-it-vue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ export default {
methods: {
use(plugin, options) {
this.md.use(plugin, options)
},
get() {
return this.md
}
}
}
Expand Down

0 comments on commit 40d493a

Please sign in to comment.