Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown inline footnotes #297

Open
RyanGibb opened this issue Feb 15, 2024 · 0 comments
Open

Markdown inline footnotes #297

RyanGibb opened this issue Feb 15, 2024 · 0 comments
Labels
1-bug 🐛 Issue type: Bug report (something isn't working as expected) 2-unconfirmed Issue status: Bug that needs to be reproduced (all new bugs have this label)

Comments

@RyanGibb
Copy link

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 RyanGibb added 1-bug 🐛 Issue type: Bug report (something isn't working as expected) 2-unconfirmed Issue status: Bug that needs to be reproduced (all new bugs have this label) labels Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-bug 🐛 Issue type: Bug report (something isn't working as expected) 2-unconfirmed Issue status: Bug that needs to be reproduced (all new bugs have this label)
Projects
None yet
Development

No branches or pull requests

1 participant