rcarriga / nvim-notify

A fancy, configurable, notification manager for NeoVim
MIT License
2.87k stars 72 forks source link

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

Open siuoly opened 1 month ago

siuoly commented 1 month 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 4 weeks ago

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