An open API service indexing awesome lists of open source software.

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

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
```