Curly quotes
#53
-
I've searched and didn't find a plugin that converts straight quotes to curly quotes [1] . Does such a plugin exist? [1]: Not part of of the CommonMark spec, but a common feature in Markdown tools, e.g. pandoc and markdown-it. |
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Apr 27, 2021
Replies: 1 comment
-
Use the higher-level tools: mdast and remark. E.g., https://github.com/remarkjs/remark-textr, or https://github.com/silvenon/remark-smartypants. Or do it yourself. See https://github.com/micromark/micromark#comparison for more information. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mustafa0x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the higher-level tools: mdast and remark. E.g., https://github.com/remarkjs/remark-textr, or https://github.com/silvenon/remark-smartypants. Or do it yourself.
See https://github.com/micromark/micromark#comparison for more information.