mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
docs: Capitalize Markdown consistently.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
60a25b2721
commit
768f9f93cd
@@ -113,7 +113,7 @@ footer
|
||||
'markdown_test_file': "zerver/tests/markdown/test_custom_include_extension.md",
|
||||
}
|
||||
|
||||
with self.assertRaisesRegex(InvalidMarkdownIncludeStatement, "Invalid markdown include statement"):
|
||||
with self.assertRaisesRegex(InvalidMarkdownIncludeStatement, "Invalid Markdown include statement"):
|
||||
template.render(context)
|
||||
self.assertEqual(mock_print.mock_calls, [
|
||||
call("Warning: could not find file templates/zerver/help/include/nonexistent-macro.md. Error: [Errno 2] No such file or directory: 'templates/zerver/help/include/nonexistent-macro.md'")
|
||||
|
||||
Reference in New Issue
Block a user