File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 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
1215The default tag is ` p ` , by setting ` htmltagwrap-tag ` you can change the
1316default 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
3033This 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
4241If you would like to contribute to this project, you may either
4342clone and make pull requests to this repository. Or you can
4443clone the project and establish your own branch of this tool.
You can’t perform that action at this time.
0 commit comments