Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@xxooioo xxooioo released this 26 Jan 23:15

fix: improve wiki link detection and file type check

  1. Fix file type check logic (change '!file?.extension === md' to 'file?.extension !== md')
  2. Improve wiki link detection to work with links anywhere in the line (not just at line end)
  3. Optimize check order for better code organization