From a0050c2047418e78f983dc546f7f19d31513b19c Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Wed, 10 Apr 2024 16:17:48 +0530 Subject: [PATCH] Markdown: Use * & ** for italic and bold --- common/.config/templates/markdownlint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/.config/templates/markdownlint.json b/common/.config/templates/markdownlint.json index b4b1128..d5198ba 100644 --- a/common/.config/templates/markdownlint.json +++ b/common/.config/templates/markdownlint.json @@ -18,9 +18,9 @@ "style": "fenced" }, "MD049": { - "style": "underscore" + "style": "asterisk" }, "MD050": { - "style": "underscore" + "style": "asterisk" } }