ltex-ls icon indicating copy to clipboard operation
ltex-ls copied to clipboard

Markdown inline footnotes

Open RyanGibb opened this issue 5 months ago • 0 comments

Describe the bug

The plugin doesn't recognise markdown inline footnotes.

E.g.

The Zotero Firefox [connector](https://www.zotero.org/download/connectors)^[Plugins are available for other browsers.] lets me add papers from URLs.

Gives

This sentence does not start with an uppercase letter. (UPPERCASE_SENTENCE_START) [1, 120]

Expected behavior

I think the correct behaviour would be for the footnote the be parsed as a separate sentence.

LTeX configuration

``` settings = { ltex = { language = 'en-GB', disabledRules = { ['en-GB'] = { 'MORFOLOGIK_RULE_EN_GB', 'OXFORD_SPELLING_Z_NOT_S', }, }, }, }, ```

Version information List here the version information of the relevant software.

  • Operating system: Linux NixOS 23.11
  • ltex-ls: 16.0.0
  • Java: 19.0.2

RyanGibb avatar Feb 15 '24 13:02 RyanGibb