rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
3.11k stars 84 forks source link

When save markdown file, it show "No fences found!" #276

Open siuoly opened 6 months ago

siuoly commented 6 months ago

When save markdown file, it show "No fences found!". It only occur at markdown files even the file is empty. If I disable the plugin, there is no Error message. How to I check where the message from ? image

jonsmithers commented 6 months ago

sounds like a markdown plugin is notifying you of an error. Markdown plugins often support "fenced" languages in the ``` syntax.

Kamilcuk commented 1 month ago

This plugin generates the message:

https://github.com/hedyhli/markdown-toc.nvim/blob/main/lua/mtoc/init.lua#L69

siuoly commented 1 month ago

@Kamilcuk Thanks reponse!