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
Describe the bug
Not sure if you'd classify this as a bug but, I accidentally used the wrong syntax for numbered list:
1) Test
2) Test
This generates an error under the current version of markview (I believe this would render as a list before).
Neovim version
nvim --version
# Output
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
Run "nvim -V1 -v"for more info
Are you using a distro?
No
To Reproduce
Steps to reproduce the bug:
Install markview.nvim.
Open a markdown document.
Configuration table
return {
"OXY2DEV/markview.nvim",
branch='dev', -- I started off with the main branch same issuelazy=false, -- Recommended-- ft = "markdown" -- If you decide to lazy-load anywaydependencies= {
-- You will not need this if you installed the-- parsers manually-- Or if the parsers are in your $RUNTIMEPATH"nvim-treesitter/nvim-treesitter",
"nvim-tree/nvim-web-devicons"
}
}
Expected behavior
I would expect it to render the document even if it fails to render the list.
Actual behavior
An error message is thrown and the file rendering breaks.
Screenshots
The text was updated successfully, but these errors were encountered:
Have you done all of these?
Describe the bug
Not sure if you'd classify this as a bug but, I accidentally used the wrong syntax for numbered list:
This generates an error under the current version of markview (I believe this would render as a list before).
Neovim version
Are you using a distro?
No
To Reproduce
Steps to reproduce the bug:
markview.nvim
.markdown
document.Configuration table
Expected behavior
I would expect it to render the document even if it fails to render the list.
Actual behavior
An error message is thrown and the file rendering breaks.
Screenshots
![Screenshot 2024-08-28 at 10 58 49](https://private-user-images.githubusercontent.com/9992191/362238425-d53d5f5c-50eb-4863-910f-3871b217163e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDE2OTEsIm5iZiI6MTczOTM0MTM5MSwicGF0aCI6Ii85OTkyMTkxLzM2MjIzODQyNS1kNTNkNWY1Yy01MGViLTQ4NjMtOTEwZi0zODcxYjIxNzE2M2UucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMDYyMzExWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YWU2ODI2NjhhZWRjYjRlYTY0ZjNkM2VhMDczZTJkMTRhODk2ODcxN2Q4NGZiNzlhYjc1NDA3N2MxZWU3MDI2YyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.-ALWWUXJ4eiFVJAS6PCxdsrIAXt9Bm9F2LU_HqtInJg)
The text was updated successfully, but these errors were encountered: