Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parser error #129

Closed
3 tasks done
IamTheLime opened this issue Aug 28, 2024 · 0 comments · Fixed by #130
Closed
3 tasks done

parser error #129

IamTheLime opened this issue Aug 28, 2024 · 0 comments · Fixed by #130
Labels
bug Something isn't working

Comments

@IamTheLime
Copy link

Have you done all of these?

  • I am using the latest version of the plugin.
  • I have checked the wiki.
  • I have checked previous issues(even closed ones).

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:

  1. Install markview.nvim.
  2. Open a markdown document.

Configuration table

return {
    "OXY2DEV/markview.nvim",
    branch = 'dev', -- I started off with the main branch same issue
    lazy = false,      -- Recommended
    -- ft = "markdown" -- If you decide to lazy-load anyway
    dependencies = {
        -- 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
Screenshot 2024-08-28 at 10 58 49

@IamTheLime IamTheLime added the bug Something isn't working label Aug 28, 2024
JeffDess pushed a commit to JeffDess/markview.nvim that referenced this issue Sep 10, 2024
Closes OXY2DEV#129

fix: Custom links now inherit from `default` value

Ref: OXY2DEV#121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant