Skip to content

9.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 19:58
  • New: Add support for Pandoc-style inline math ($...$) and display math ($$...$$ with $$ being at the beginning/end of a Markdown block) to Markdown parser — vscode-ltex#210
  • 🐛 Bug fix: Fix false positives for words added by Add to dictionary for Slovak rule IDs MUZSKY_ROD_NEZIV_A, ZENSKY_ROD_A, and STREDNY_ROD_Avscode-ltex#221
  • 🐛 Bug fix: Fix BibTEX field seealso not ignored, ignore category and parentvscode-ltex#211
  • 🔧 Change: Disable UPPERCASE_SENTENCE_START in BibTEX files — vscode-ltex#211
  • 🔧 Change: Move rule ID to the end of diagnostic messages as VS Code truncates the messages if the Problems panel is narrow — vscode-ltex#233
  • 🐛 Bug fix: Fix regression that messages of possible spelling mistakes are not prepended with the respective unknown words — vscode-ltex#161
  • 🐛 Bug fix: Fix crash when using \begin or \end without an argument — vscode-ltex#236
  • 🔧 Change: Change $/progress tokens to include a UUID instead of a counter