Fix missing newline before Markdown list (#14783)

Renders incorrectly e.g. on https://api.minetest.net/spatial-vectors/
This commit is contained in:
Erich Schubert 2024-06-26 22:21:18 +02:00 committed by GitHub
parent 4c001bd248
commit 514e106414
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3902,6 +3902,7 @@ Operators
---------
Operators can be used if all of the involved vectors have metatables:
* `v1 == v2`:
* Returns whether `v1` and `v2` are identical.
* `-v`: