We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vueRE
lineNoRE
1 parent 1628918 commit 2ac64b8Copy full SHA for 2ac64b8
src/node/markdown/plugins/highlight.ts
@@ -90,7 +90,7 @@ export async function highlight(
90
}
91
]
92
93
- const vueRE = /-vue$/
+ const vueRE = /-vue(?=:|$)/
94
const lineNoStartRE = /=(\d*)/
95
const lineNoRE = /:(no-)?line-numbers(=\d*)?$/
96
const mustacheRE = /\{\{.*?\}\}/g
0 commit comments