Browse Source

Merge pull request #731 from jameshfisher/patch-1

Document the list of non-standard replacements enabled by `typographer: true` by linking to source
pull/745/head
Vitaly Puzrin 4 years ago
committed by GitHub
parent
commit
b9b2ea19c3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md

1
README.md

@ -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,

Loading…
Cancel
Save