mdref 0.3.3

Markdown Reference finding and migration tool.
Documentation
Thanks to contribute to the mdref project!

There are some things to note before you submit your PR.

1. AI-assisted code generation is permitted, but it must be manually reviewed by the contributor and indicated as "AI-assisted" in the PR.


# Bench

```sh
cargo bench
```

# Release

```sh
git tag *.*.*
git push --tags
cargo publish
```