mirror of
https://github.com/zulip/zulip.git
synced 2025-10-31 20:13:46 +00:00
docs: Capitalize “Markdown” consistently.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
178736c8eb
commit
e3f2ffa681
@@ -211,7 +211,7 @@ export function apply_markdown(message) {
|
||||
return quote;
|
||||
},
|
||||
};
|
||||
// Our python-markdown processor appends two \n\n to input
|
||||
// Our Python-Markdown processor appends two \n\n to input
|
||||
message.content = marked(message.raw_content + "\n\n", options).trim();
|
||||
message.is_me_message = is_status_message(message.raw_content);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user