Remove optional arguments from else() and end*() commands

This adds a brief explanation of the optional condition in the `else()`
and removes all legacy usages of `else()` and `end*()` commands.
This commit is contained in:
Peter Kokot
2025-01-28 02:49:05 +01:00
parent 59113292b2
commit 9f2efc3270
18 changed files with 41 additions and 38 deletions
+3
View File
@@ -8,3 +8,6 @@ Starts the else portion of an if block.
else([<condition>])
See the :command:`if` command.
The optional ``<condition>`` argument is supported for backward compatibility
only and is not evaluated.