https://github.com/holy-two/mdformat-recover-urls
mdformat plugin: recover relative and anchor URLs without percent-encoding
https://github.com/holy-two/mdformat-recover-urls
mdformat
Last synced: 10 months ago
JSON representation
mdformat plugin: recover relative and anchor URLs without percent-encoding
- Host: GitHub
- URL: https://github.com/holy-two/mdformat-recover-urls
- Owner: holy-two
- License: mit
- Created: 2025-08-27T07:20:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-03T16:08:22.000Z (10 months ago)
- Last Synced: 2025-09-04T02:48:10.693Z (10 months ago)
- Topics: mdformat
- Language: Python
- Homepage: https://pypi.org/project/mdformat-recover-urls/
- Size: 24.4 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mdformat-recover-urls
用於**恢復**以 `.` 或 `#` 開頭的連結
## 利用
隨 `mdformat` 安裝
```bash
uv tool install mdformat --with mdformat-recover-urls
```
## 開發
```bash
uv sync
uv run pytest ./test.py
uv build
```