mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
docs: Fix capitalization mistakes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
41e8872b0f
commit
544bbd5398
@@ -9,7 +9,7 @@ import _ from "lodash";
|
||||
|
||||
// See backend fenced_code.py:71 for associated regexp
|
||||
const fencestr =
|
||||
"^(~{3,}|`{3,})" + // Opening Fence
|
||||
"^(~{3,}|`{3,})" + // Opening fence
|
||||
"[ ]*" + // Spaces
|
||||
"(" +
|
||||
"\\{?\\.?" +
|
||||
|
||||
Reference in New Issue
Block a user