mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 19:11:56 +02:00
Match prefixes of ref and cite up to 16 characters
This commit is contained in:
@@ -251,11 +251,11 @@ define [
|
||||
blacklistedCommandRegex: ///
|
||||
\\ # initial backslash
|
||||
(label # any of these commands
|
||||
|[a-z]{0,2}ref
|
||||
|[a-z]{0,16}ref
|
||||
|usepackage
|
||||
|begin
|
||||
|end
|
||||
|[a-z]{0,2}cite
|
||||
|[a-z]{0,16}cite
|
||||
|input
|
||||
|include
|
||||
|includegraphics)
|
||||
|
||||
Reference in New Issue
Block a user