docs: Capitalize “Markdown” consistently.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-04-25 14:11:21 -07:00
committed by Tim Abbott
parent 178736c8eb
commit e3f2ffa681
9 changed files with 10 additions and 10 deletions

View File

@@ -116,7 +116,7 @@ class AdminNotifyHandler(logging.Handler):
# prevent the infinite loop of Zulip messages by ERROR_BOT if
# the outer try block here throws an exception before we have
# a chance to check the exception for whether it comes from
# markdown.
# the Markdown processor.
is_markdown_rendering_exception = True
try: