Browse Source
Document the list of non-standard replacements enabled by `typographer: true` by linking to source
pull/731/head
Jim Fisher
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
README.md
|
@ -113,6 +113,7 @@ var md = require('markdown-it')({ |
|
|
linkify: false, // Autoconvert URL-like text to links |
|
|
linkify: false, // Autoconvert URL-like text to links |
|
|
|
|
|
|
|
|
// Enable some language-neutral replacement + quotes beautification |
|
|
// 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, |
|
|
typographer: false, |
|
|
|
|
|
|
|
|
// Double + single quotes replacement pairs, when typographer enabled, |
|
|
// Double + single quotes replacement pairs, when typographer enabled, |
|
|