unplugin / unplugin-vue-markdown

Compile Markdown to Vue component
MIT License
508 stars 27 forks source link

feat: Added option to convert internal links to router links #38

Closed f3ve closed 7 months ago

f3ve commented 7 months ago

Description

Adds an option to convert internal links to RouterLinks. Supports custom router link components. I've also added a new test suite called routerLink.test.ts. It contains a total of 4 tests.

Linked Issues

fix #37

Additional context

stackblitz[bot] commented 7 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

f3ve commented 7 months ago

Closing this PR and will look into making this into Markdown-it plugin instead. Thanks @antfu and @meteorlxy for the advice and your time!