From 5e5d44b84fff30dddead4ee489ec04b323c437ab Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:55:22 +0100 Subject: [PATCH] chore(de): wrap iframe 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 276ed0703..7cf9497a1 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", },