From bc42e971c24e82f6f36f1021ce7897f58ebc33d5 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 24 Mar 2023 10:56:07 +0200 Subject: [PATCH] Update markdownlint config Disallow script tags and manually ignore the one instance we need it. --- .markdownlint.json | 2 -- src/content/posts/2017/bootstrap-4-alpha-6.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.markdownlint.json b/.markdownlint.json index dea9c76ae..205be00c7 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -13,7 +13,6 @@ "maximum": 2 }, "MD013": false, - "MD024": false, "MD026": false, "MD033": { "allowed_elements": [ @@ -21,7 +20,6 @@ "br", "hr", "kbd", - "script", "span" ] }, diff --git a/src/content/posts/2017/bootstrap-4-alpha-6.md b/src/content/posts/2017/bootstrap-4-alpha-6.md index b7349f750..6d3cbbf68 100644 --- a/src/content/posts/2017/bootstrap-4-alpha-6.md +++ b/src/content/posts/2017/bootstrap-4-alpha-6.md @@ -85,5 +85,5 @@ For more details on this release's changes, take a look at the [Alpha 6 ship lis ``` - +