-
Is there a way to apply real open and close quotes without explicitly using those characters? E.g. |
Beta Was this translation helpful? Give feedback.
Answered by
yhatt
Oct 18, 2023
Replies: 1 comment
-
Marp CLI can enable markdown-it's # .marprc.json
{
"options": {
"markdown": {
"typographer": true
}
}
} Marp for VS Code is following VS Code's Markdown setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gar1t
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Marp CLI can enable markdown-it's
typographer
option through a config file.Marp for VS Code is following VS Code's Markdown setting
markdown.preview.typographer
.