Skip to content

Commit

Permalink
Merge pull request markdown-it#731 from jameshfisher/patch-1
Browse files Browse the repository at this point in the history
Document the list of non-standard replacements enabled by `typographer: true` by linking to source
  • Loading branch information
Vitaly Puzrin authored Nov 10, 2020
2 parents 1b204ef + 8649584 commit b9b2ea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ var md = require('markdown-it')({
linkify: false, // Autoconvert URL-like text to links

// Enable some language-neutral replacement + quotes beautification
// For the full list of replacements, see https://github.com/markdown-it/markdown-it/blob/master/lib/rules_core/replacements.js
typographer: false,

// Double + single quotes replacement pairs, when typographer enabled,
Expand Down

0 comments on commit b9b2ea1

Please sign in to comment.