Skip to content

1.1.1

Choose a tag to compare

@azu azu released this 10 Oct 11:30
· 56 commits to master since this release

Bug Fixes

  • rule: Fix to ignore link's title (#7) (471ef7e)

Before

[1234](https://example.com "123456789")

The length is 9.

After

[1234](https://example.com "123456789")

The above text length should be 4.