From 3725ed2a56faa644f701a85c9401d66657a9dcf4 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:10:55 +0100 Subject: [PATCH] chore(de): wrap article tags --- files/de/.markdownlint.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/de/.markdownlint.jsonc b/files/de/.markdownlint.jsonc index fea19d2aa..6cc743007 100644 --- a/files/de/.markdownlint.jsonc +++ b/files/de/.markdownlint.jsonc @@ -221,7 +221,7 @@ { "name": "inline-html", "message": "Put inline HTML tags in code spans", - "searchPattern": "/(?)/g", + "searchPattern": "/(?)/g", "replace": "`$1`", "searchScope": "text", },