mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Fix missing newline before Markdown list (#14783)
Renders incorrectly e.g. on https://api.minetest.net/spatial-vectors/
This commit is contained in:
parent
4c001bd248
commit
514e106414
1 changed files with 1 additions and 0 deletions
|
@ -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`:
|
||||
|
|
Loading…
Add table
Reference in a new issue