vitepress icon indicating copy to clipboard operation
vitepress copied to clipboard

fix: update language regex to avoid user unexpect input

Open CHOYSEN opened this issue 3 years ago • 1 comments

reproduction:

markdown.lineNumbers with the following incorrect language ts c

\```ts c
const a = 1
\```

image

CHOYSEN avatar Sep 02 '22 15:09 CHOYSEN

How is this compiling in the first place? 👀

brc-dd avatar Sep 03 '22 04:09 brc-dd

IG this is already fixed on main.

brc-dd avatar Dec 21 '22 10:12 brc-dd