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
Straight quotes are not converted into curly quotes by markdown-it.
markdown-it
Create a new vitepress project using stackblitz, add "hello world" to the index.md, and it will be rendered with straight quotes.
vitepress
"hello world"
index.md
According to the settings of markdown-it (see demo) they should be replaced with smart quotes
System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 16.20.0 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 9.4.2 - /usr/local/bin/npm pnpm: 8.6.10 - /usr/local/bin/pnpm npmPackages: vitepress: latest => 1.0.0-rc.10
No response
The text was updated successfully, but these errors were encountered:
typographer isn't enabled here due to conflicts with Vue syntax. Refer vuejs/vuepress#139 / vuejs/vuepress@be42da5
typographer
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Straight quotes are not converted into curly quotes by
markdown-it
.Reproduction
Create a new
vitepress
project using stackblitz, add"hello world"
to theindex.md
, and it will be rendered with straight quotes.Expected behavior
According to the settings of
markdown-it
(see demo) they should be replaced with smart quotesSystem Info
System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 16.20.0 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 9.4.2 - /usr/local/bin/npm pnpm: 8.6.10 - /usr/local/bin/pnpm npmPackages: vitepress: latest => 1.0.0-rc.10
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: