valentjn / ltex-ls

LTeX Language Server: LSP language server for LanguageTool :mag::heavy_check_mark: with support for LaTeX :mortar_board:, Markdown :pencil:, and others
https://valentjn.github.io/ltex
Mozilla Public License 2.0
764 stars 33 forks source link

Magic comment has no effect in markdown file #242

Closed v217 closed 1 year ago

v217 commented 1 year ago

The following magic comment
<!-- enabled=false -->
at the beginning of the markdown file should disable Ltex for this document,
if I understand the docs correctly: https://valentjn.github.io/ltex/advanced-usage.html#magic-comments

Thank you!

v217 commented 1 year ago

Sorry, I did misunderstand the docs!
This way it works: <!-- LTeX: enabled=false -->