Open siuoly opened 6 months ago
sounds like a markdown plugin is notifying you of an error. Markdown plugins often support "fenced" languages in the ``` syntax.
This plugin generates the message:
https://github.com/hedyhli/markdown-toc.nvim/blob/main/lua/mtoc/init.lua#L69
@Kamilcuk Thanks reponse!
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 ?