From 315e073335d43e7f200e58a1d9011e412190c230 Mon Sep 17 00:00:00 2001 From: Jack Douglas Date: Sun, 22 Dec 2024 22:10:59 +0000 Subject: [PATCH] fix 'Plugins load' section of README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c79f3c..9f7be8f 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ const md = markdownit({ ```js import markdownit from 'markdown-it' -const md = markdownit +const md = markdownit() .use(plugin1) .use(plugin2, opts, ...) .use(plugin3);