fix: use correct apostrophe#1301
Conversation
|
🚀 Deployed on https://6a593d9633614b2c7d66021a--grammy.netlify.app |
KnorpelSenf
left a comment
There was a problem hiding this comment.
Isn't this done automatically during the build step because we have enabled smart quotes?
If no, would it be better to fix vitepress and add support there? If yes, we can merge this in the meantime and then revert later on.
Tbh, I don't know what "smart quotes" are, but it seems like this feature isn't enabled, and I'm not sure if it can even be enabled, since we haven't received any notifications over all this time indicating that we have incorrect quotation marks in some places. |
|
I was referring to the website/site/docs/.vitepress/config.ts Line 41 in 68a3f37 Look for smartquotes here: https://markdown-it.github.io/markdown-it/?hl=de-DE |
No description provided.