Skip to content

bug: CodeBlock not works #351

@noahlias

Description

@noahlias

Neovim version (nvim -v)

v0.11.0-dev-1844+gc3337e357a

Neovim distribution

N/A

Operating system

macos

Terminal emulator / GUI

kitty

Describe the bug

It seems I updated to the latest version of neovim and update the new version nvim-treesitter, it not works as expected.

Image

When I revert this change
nvim-treesitter/nvim-treesitter#7685

It works as expected.

Image

Expected behavior

I hope it works with the latest nvim-treesitter.

Healthcheck output

render-markdown:                     require("render-markdown.health").check()

render-markdown.nvim [version] ~
- OK plugin 8.0.12
- OK neovim >= 0.10

render-markdown.nvim [configuration] ~
- OK valid

render-markdown.nvim [treesitter] ~
- OK markdown: parser installed
- OK markdown_inline: parser installed
- OK latex: parser installed
- OK markdown: highlight enabled

render-markdown.nvim [icons] ~
- OK using: mini.icons

render-markdown.nvim [executables] ~
- OK latex2text: installed

render-markdown.nvim [conflicts] ~
- OK headlines: not installed
- ERROR obsidian: installed
  - ADVICE:
    - Ensure UI is disabled by setting ui = { enable = false } in obsidian.nvim config

Plugin configuration

{
  code = {
    right_pad = 1,
    sign = false,
    width = "block"
  },
  file_types = {
    [2] = "Avante",
    [3] = "copilot-chat"
  },
  heading = {
    sign = false
  }
}

Plugin error log

N/A

Confirmations

  • I have updated this plugin to the latest version using my plugin manager
  • I have provided the text contained in all screenshots as raw text in this issue. This means if there is a screenshot below it is the copy pasted contents of the file in the screenshot. I understand that my issue will be closed if I have not.

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions