docs: Capitalize Markdown consistently.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-08-10 16:47:49 -07:00
committed by Tim Abbott
parent 60a25b2721
commit 768f9f93cd
76 changed files with 200 additions and 199 deletions

View File

@@ -14,7 +14,7 @@ dataclasses;python_version<"3.7"
# Needed for rendering backend templates
Jinja2
# Needed for markdown processing
# Needed for Markdown processing
Markdown
importlib-metadata;python_version<"3.8" # for Markdown
Pygments
@@ -69,7 +69,7 @@ premailer
# Needed for JWT-based auth
PyJWT
# Needed for including other markdown files for user docs
# Needed for including other Markdown files for user docs
markdown-include
# Needed to access rabbitmq

View File

@@ -11,5 +11,5 @@
sphinx
sphinx-rtd-theme
# Needed to build markdown docs
# Needed to build Markdown docs
recommonmark