-
-
Notifications
You must be signed in to change notification settings - Fork 54
Incorrect formatting, missing text and highlighting errors in documentation #373
Comments
Check the linked PR above to see how you can get better formatting of the documentation window. Would be great to have these changes applied within |
@David-Else Please try |
@hrsh7th it would still be wrong in that case. I made some PR's upstream that were merged in the meantime that fixes that for the lsp popups. I'm currently working on a new PR that consolidates all the floating window methods and will make it easier for other plugins like Once that one is merged, I'm willing to create a PR for compe |
It looks a bit better now, but is still messed up: @folke A PR to use the new Markdown preview mode would be awesome! |
@David-Else PR is ready :) |
Describe the bug
Formatting and highlighting is wrong. It looks really bad on all Deno documents, and has the same bugs on each section of the documents.
To Reproduce
Steps to reproduce the behavior with the minimal config:
Deno,con
to see the docs forDeno.connect
This is how it looks:
This is how it should ideally look from VS Code:
Note:
@@@
inserted wronglyrequires
is missingI am using treesitter for my syntax highlighting and have the latest Neovim nightly and nvim-compe. It has always done this, it is not a regression.
EDIT: Is #260 (comment) related to the Markdown problem?
The text was updated successfully, but these errors were encountered: