Skip to content

Open and close quotes (aka real quotes, smart quotes) #481

Answered by yhatt
gar1t asked this question in Q&A
Discussion options

You must be logged in to vote

Marp CLI can enable markdown-it's typographer option through a config file.

# .marprc.json
{
  "options": {
    "markdown": {
      "typographer": true
    }
  }
}

Marp for VS Code is following VS Code's Markdown setting markdown.preview.typographer.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gar1t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants