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
It would be nice to an have option to enable automatic text replacements similar to Microsoft Word's AutoCorrect and AutoFormat features.
These replacements would be especially helpful (except when inside a code block):
""
“”
''
‘’
--
—
1/2
½
(c)
©
(r)
®
(tm)
™
+/-
±
<=
≤
>=
≥
...
…
->
→
<-
←
-->
🡒
<--
🡐
=>
⇒
⇐
No response
The text was updated successfully, but these errors were encountered:
export default defineConfig({ markdown: { typographer: true, }, });
https://github.com/markdown-it/markdown-it
some of those replacements you mentioned are not supported and should be done via third party markdown-it plugins if possible
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
It would be nice to an have option to enable automatic text replacements similar to Microsoft Word's AutoCorrect and AutoFormat features.
Describe the solution you'd like
These replacements would be especially helpful (except when inside a code block):
""
to“”
''
to‘’
--
to—
1/2
to½
(c)
to©
(r)
to®
(tm)
to™
+/-
to±
<=
to≤
>=
to≥
...
to…
->
to→
<-
to←
-->
to🡒
<--
to🡐
=>
to⇒
<=
to⇐
Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: