You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some research and found out that it was because a code like this was generated in hover:
- xx
```lua
print(1)
```
---
```lua
print(1)
```
This code is explained in different places in different formats:
github and markdown extension of VSCode:
vscode and some other online play grounds:
The latter way of explanation will lead to some strange phenomena, and eventually lead to the problems you encountered.
I don't know what the correct specification is, so I can only suggest that you avoid this writing first (for example, insert a blank line under -comment par2 to explicitly indicate the end of the list syntax).
EDIT: I can try to insert a blank line before each ```.
Describe the bug
When comment of last parameter is an unordered list, the parameter is displayed incorrectly.
To Reproduce
Screenshots

Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: