Open esn89 opened 5 years ago
Should be issue of https://github.com/neoclide/coc-python, consider help to figure out how to fix it.
My educated guess is that it is this line over here:
https://github.com/neoclide/coc-python/blob/master/src/common/markdown/restTextConverter.ts#L39
Could be that it is because of the space?
Describe the bug
Too many escapes in the documentation parsing and rendering
Reproduce the bug
Just hover over a python function and see the documentation
Screenshots (optional)
https://imgur.com/a/fcgOvtg
It is supposed to be "acc_name". I think there is an extra '\' somewhere in the code.