Metadata-Version: 2.4
Name: mdformat-recover-urls
Version: 0.0.1
Summary: mdformat plugin: recover relative and anchor URLs without percent-encoding
Author-email: nanarino <kogawananari@gmail.com>
License-Expression: MIT
Project-URL: github, https://github.com/holy-two/mdformat-recover-urls
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mdformat>=0.7.17
Requires-Dist: markdown-it-py>=2.2.0
Dynamic: license-file

# mdformat-recover-urls

用於**恢復**以 `.` 或 `#` 開頭的連結

## 利用

隨 `mdformat` 安裝

```bash
uv tool install mdformat --with mdformat-recover-urls
```

## 開發

```bash
uv sync

uv run pytest ./test.py

uv build
```
