From 3e552268e564f34558346cfcd6b4763cc7474927 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 11 Mar 2021 21:42:49 -0800 Subject: [PATCH] templates: Delete unused markdown_help.html. Apparently I failed to finish deleting it in commit 7f30e5f9dff7b4f00d7d7ccf0ded3ff52ef9f9e9 (#17560). Signed-off-by: Anders Kaseorg --- templates/zerver/app/markdown_help.html | 20 -------------------- tools/check-templates | 4 ---- 2 files changed, 24 deletions(-) delete mode 100644 templates/zerver/app/markdown_help.html diff --git a/templates/zerver/app/markdown_help.html b/templates/zerver/app/markdown_help.html deleted file mode 100644 index 384d505290..0000000000 --- a/templates/zerver/app/markdown_help.html +++ /dev/null @@ -1,20 +0,0 @@ - diff --git a/tools/check-templates b/tools/check-templates index 83d0dbf28c..40e85ed953 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -122,8 +122,6 @@ def check_html_templates(templates: Iterable[str], all_dups: bool, fix: bool) -> # These use various whitespace-dependent formatting that # prevent cleaning them. "templates/corporate/zephyr-mirror.html", - # Can't clean this because of `preserve_spaces` - "templates/zerver/app/markdown_help.html", ] validate(fn=fn, check_indent=(fn not in bad_files)) @@ -133,8 +131,6 @@ def check_html_templates(templates: Iterable[str], all_dups: bool, fix: bool) -> # for code blocks that prevent cleaning it. Might make sense # to convert it to a /help/ Markdown article. "templates/corporate/zephyr-mirror.html", - # Can't clean this because of `preserve_spaces` - "templates/zerver/app/markdown_help.html", ] # TODO: Clean these files for fn in templates: