From 16c902385b49f3286c5b50584ad49f530ccc182b Mon Sep 17 00:00:00 2001 From: Jim Hull Date: Fri, 19 Jun 2020 10:18:55 -0700 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b605a63..87a9115 100644 --- a/index.js +++ b/index.js @@ -33,7 +33,7 @@ function plugin(opt = {}) { children: [ { type: 'text', - value: (title || type).trim().toUpperCase(), + value: (title || type).trim(), }, ], data: { hProperties: { className: [`${className}-title`] } },