Skip to content

Commit dcbd478

Browse files
committed
Organize desc.
1 parent f211f7f commit dcbd478

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
44

55

6-
# htmltagwrap #
6+
# htmltagwrap
7+
> Wraps a chunk of HTML code in tags.
78
8-
Wraps a chunk of HTML code in tags.
9+
<p align="center">
10+
<img src="./screenshot/htmltagwrap-demo.gif" width="600" height="203"/>
11+
</p>
912

1013

11-
## Configurations ##
14+
## Configurations
1215
The default tag is `p`, by setting `htmltagwrap-tag` you can change the
1316
default tag to something else you want.
1417
```el
@@ -26,19 +29,15 @@ Make newline when wrap if the region is not on the same line.
2629
```
2730

2831

29-
## Key Bindings ##
32+
## Key Bindings
3033
This plugin does not have a default keybindings, just simply binds
3134
`htmltagwrap-tag-wrap` function to the keymap you want.
3235
```el
3336
(define-key global-map (kbd "M-w") #htmltagwrap-tag-wrap)
3437
```
3538

3639

37-
## Screenshot ##
38-
<img src="./screenshot/htmltagwrap-demo.gif" width="600" height="203"/>
39-
40-
41-
## Contribution ##
40+
## Contribution
4241
If you would like to contribute to this project, you may either
4342
clone and make pull requests to this repository. Or you can
4443
clone the project and establish your own branch of this tool.

0 commit comments

Comments
 (0)