how to make a tag same as link in md #412
-
I realized when I used I need to use the a tag but it has the same function as markdown, is it possible |
Beta Was this translation helpful? Give feedback.
Answered by
Mister-Hope
Mar 1, 2022
Replies: 1 comment
-
We already pointed out clearly that link in markdown is renderd as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mister-Hope
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We already pointed out clearly that link in markdown is renderd as
<RouteLink>
, so if you do insist using tags, try importing<RouteLink
component and use it.See https://v2.vuepress.vuejs.org/guide/markdown.html#links