From 97e19f5888590f073900adb60fbeba864822c424 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 Apr 2022 17:07:38 +0000 Subject: [PATCH 1/2] chore(pre-commit): update jackdewinter/pymarkdown to v0.9.6 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4c52d8f2a1e..69173e066d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -107,7 +107,7 @@ repos: files: ^(helpers/perl|.+\.p[ml])$ - repo: https://github.com/jackdewinter/pymarkdown - rev: 0.9.0 + rev: v0.9.6 hooks: - id: pymarkdown entry: pymarkdown From 66deba1a811295d5b6f735c5efd0c9e474961f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 11 Apr 2022 11:14:47 +0300 Subject: [PATCH 2/2] test(pymarkdown): enable inline HTML check Blocking issue fixed in v0.9.1. --- .pymarkdown.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pymarkdown.json b/.pymarkdown.json index 89fcc97b021..973b596333a 100644 --- a/.pymarkdown.json +++ b/.pymarkdown.json @@ -5,8 +5,7 @@ "enabled": false }, "no-inline-html": { - "//": "https://github.com/jackdewinter/pymarkdown/issues/22", - "enabled": false, + "//": "!-- for issue template, kbd for README and in general", "allowed_elements": "!--,kbd" }, "ul-indent": {