We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have enabled lineNumbers option in config The ts, html, js works fine
lineNumbers
config
ts
html
js
But the c# is missing line-numbers-mode class so that losing padding-left style
c#
line-numbers-mode
padding-left
Is this a bug? maybe the # problem?
#
By vitepress-1.0.0-alpha.15
The text was updated successfully, but these errors were encountered:
Yeah. This regex needs to be updated:
vitepress/src/node/markdown/plugins/lineNumbers.ts
Line 24 in 50f4105
Sorry, something went wrong.
I can offer a PR @brc-dd
fix: code language compatible with special char (fix vuejs#1352)
30b57f5
Successfully merging a pull request may close this issue.
Describe the bug
I have enabled
lineNumbers
option inconfig
The
ts
,html
,js
works fineBut the

c#
is missingline-numbers-mode
class so that losingpadding-left
styleIs this a bug? maybe the
#
problem?By vitepress-1.0.0-alpha.15
Validations
The text was updated successfully, but these errors were encountered: