mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 06:31:52 +00:00
Merge pull request #14693 from overleaf/unknown-document-environment
Set EnvName as optional in Environment definition GitOrigin-RevId: feb048199737108734df45fd4a057d932a6bf785
This commit is contained in:
parent
42f288dc28
commit
7b8a8974dc
1 changed files with 2 additions and 2 deletions
|
@ -613,9 +613,9 @@ EnvNameGroup<name> {
|
||||||
}
|
}
|
||||||
|
|
||||||
Environment[@isGroup="$Environment"] {
|
Environment[@isGroup="$Environment"] {
|
||||||
BeginEnv<EnvName>
|
BeginEnv<EnvName?>
|
||||||
Content<Text>
|
Content<Text>
|
||||||
EndEnv<EnvName>
|
EndEnv<EnvName?>
|
||||||
}
|
}
|
||||||
|
|
||||||
Group<GroupContent> {
|
Group<GroupContent> {
|
||||||
|
|
Loading…
Reference in a new issue