Skip to content

Commit b42cb1f

Browse files
black-deskwxiwnd
authored andcommitted
docs: fix some markdown lint warnings
1 parent 173eec9 commit b42cb1f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# bash-pinyin-completion-rs
2+
23
Completion script for pinyin, matcher based on [IbPinyinLib](https://github.com/Chaoses-Ib/IbPinyinLib)
34

45
## Installation
6+
57
**Clone the project**
8+
69
```bash
710
git clone https://github.com/wxiwnd/bash-pinyin-completion-rs
811
cd bash-pinyin-completion-rs
@@ -17,6 +20,7 @@ bash scripts/install_completion.sh
1720
```
1821

1922
For better experience, add these to your inputrc (/etc/inputrc, ~/.inputrc):
23+
2024
```
2125
set show-all-if-ambiguous on
2226
set menu-complete-display-prefix on
@@ -27,6 +31,7 @@ set colored-stats on
2731
```
2832

2933
## Requirements
34+
3035
- bash-completion
3136
- rust toolchains
3237

@@ -66,7 +71,9 @@ export PINYIN_COMP_MODE="Quanpin,ShuangpinXiaohe"
6671
if multiple Shuangpin schemas are enabled, only the first one will take effect.
6772

6873
## Bug report
74+
6975
If you encounter any issues, please report them on the GitHub issues page.
7076

7177
## License
72-
This project is licensed under the GPLv3 License. See the [LICENSE](./LICENSE) file for details.
78+
79+
This project is licensed under the GPLv3 License. See the [LICENSE](./LICENSE) file for details.

0 commit comments

Comments
 (0)