From b3fce1b1d7eb47ee0f6f1df305c096949087c875 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Mon, 18 Aug 2025 10:53:13 +0300 Subject: [PATCH] Fix typo in MarkdownIt.set() documentation --- lib/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.mjs b/lib/index.mjs index 8a8af9d..482bf9e 100644 --- a/lib/index.mjs +++ b/lib/index.mjs @@ -352,7 +352,7 @@ function MarkdownIt (presetName, options) { * ```javascript * var md = require('markdown-it')() * .set({ html: true, breaks: true }) - * .set({ typographer, true }); + * .set({ typographer: true }); * ``` * * __Note:__ To achieve the best possible performance, don't modify a