mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +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
@@ -41,7 +41,7 @@ def check_full_name(full_name_raw: str) -> str:
|
||||
character in UserProfile.NAME_INVALID_CHARS):
|
||||
raise JsonableError(_("Invalid characters in name!"))
|
||||
# Names ending with e.g. `|15` could be ambiguous for
|
||||
# sloppily-written parsers of our markdown syntax for mentioning
|
||||
# sloppily-written parsers of our Markdown syntax for mentioning
|
||||
# users with ambiguous names, and likely have no real use, so we
|
||||
# ban them.
|
||||
if re.search(r"\|\d+$", full_name_raw):
|
||||
|
||||
Reference in New Issue
Block a user