From d24339bf6bf3d6c277192d564c97605f913b98d8 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 16 Dec 2022 19:34:18 +0100 Subject: [PATCH] ignore emphasis --- Config/markdown.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Config/markdown.json b/Config/markdown.json index 854b516..4d1648b 100755 --- a/Config/markdown.json +++ b/Config/markdown.json @@ -4,5 +4,6 @@ "no-inline-html": false, "ul-indent": 4, "ol-indent": 4, - "ul-style": "consistent" + "ul-style": "consistent", + "no-emphasis-as-header": false } \ No newline at end of file