There is a significant issue affecting documentation site:
When contributors edit and submit changes, a git hook formats the ::: blocks in markdown files like this:
::: tip Note
1. `+=`, `-=`, `*=` and `/=` are only valid in the contexts where their root operations are expected to work. For example, `+=` uses addition, so it can not be used for contexts where addition would normally fail
2. `++=` requires that either the variable **or** the argument is a list.
:::
However, as seen on this page, the incorrect indentation of the closing ::: causes the tip block to not close properly, resulting in rendering errors.
This issue affects the readability and formatting of the documentation. Please investigate and fix the git hook or formatting script responsible for this behavior.