Skip to content

2.5.4 // 2022-07-12

Compare
Choose a tag to compare
@surfinzap surfinzap released this 12 Jul 12:03
· 61 commits to main since this release

💪 Improvements

  • Remove spaces before aposiopesis in a quoted sentence, e.g.:
    • “Sentence ending …”“Sentence ending…”
    • ‘Sentence ending …’‘Sentence ending…’

🐛 Fixes

  • Update use cases when a space between the number sign (#) and the number is removed. Before, the space was falsely removed between level 2 markdown headings and numbers (e.g. “## 1. introduction” was falsely changed to “##1. introduction”). Now the space is kept. (bug reported by @filipaldi)
  • A dash was not fixed between words, when the first word ended on a letter “ŷ”
  • An nbsp was falsely added after a word that had the letter “ŷ” on the second to the last past position, e.g. nbsp was falsely added after the word “starŷm”

🔨 Maintenance

  • Update NPM packages to their latest versions
  • Extra tests and code refactoring for dash.js