From 8649584676154db92ad8506984bc834ca6264e2e Mon Sep 17 00:00:00 2001 From: Jim Fisher Date: Tue, 10 Nov 2020 19:20:18 +0000 Subject: [PATCH] Document the list of non-standard replacements enabled by `typographer: true` by linking to source --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66bbd57..04aaeb7 100644 --- a/README.md +++ b/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,