diff --git a/templates/zerver/markdown_help.html b/templates/zerver/markdown_help.html
index fb22bc3a9a..dbf821ba93 100644
--- a/templates/zerver/markdown_help.html
+++ b/templates/zerver/markdown_help.html
@@ -3,10 +3,12 @@
-
- {% trans %}You type{% endtrans %} |
- {% trans %}You get{% endtrans %} |
-
+
+
+ {% trans %}You type{% endtrans %} |
+ {% trans %}You get{% endtrans %} |
+
+
diff --git a/tools/check-templates b/tools/check-templates
index 93152ef24a..862ffcb6ba 100755
--- a/tools/check-templates
+++ b/tools/check-templates
@@ -100,6 +100,7 @@ def check_html_templates(templates, all_dups):
'templates/zerver/features.html',
'templates/zerver/home.html',
'templates/zerver/login.html',
+ # Can't clean this because of `preserve_spaces`
'templates/zerver/markdown_help.html',
'zerver/webhooks/taiga/doc.html',
'zerver/webhooks/zendesk/doc.html',