Skip to content

4.7.9

Compare
Choose a tag to compare
@valentjn valentjn released this 06 Dec 06:57
· 958 commits to develop since this release
  • πŸ”§ Change: Update Markdown parser Flexmark to 0.60.2; this increases the speed of parsing Markdown
  • ✨ New: Add possibility to ignore Markdown elements or replace them by dummy words via ltex.markdown.ignore and ltex.markdown.dummy β€” vscode-ltex#26
  • πŸ”§ Change: Ignore Markdown code blocks by default
  • πŸ”§ Change: Replace auto-links and inline Markdown code with dummy words by default
  • πŸ› Bug fix: Fix match positions were sometimes off by one, especially in Markdown documents
  • πŸ”§ Change: Rewrite MarkdownAnnotatedTextBuilder