Markdown inline footnotes
RyanGibb opened this issue · 0 comments
RyanGibb commented
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