markdownit-module
markdownit-module copied to clipboard
Link open in new tab
How to make links to open in new tab or window?
I'm currently looking for that too, I guess a combination of https://github.com/nuxt-community/markdownit-module/issues/16#issuecomment-362328416 and https://github.com/markdown-it/markdown-it/blob/master/docs/architecture.md#renderer will do.
https://github.com/d-darwin/darwin-vue-ui/blob/main/src/mixins/linkClickRouting.js This would also work, with the same domain check.
I'm tried to use https://www.npmjs.com/package/@gerhobbelt/markdown-it-attrs for this and it seems to be a good solution.