File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ nvim html entities plugin. HTML encode / decode files with this plugin
3
3
4
4
This plugin is based on [ htmlEntities-for-lua] ( https://github.com/TiagoDanin/htmlEntities-for-lua ) by TiagoDanin:
5
5
6
- ## Status
6
+ # Status
7
7
8
8
This plugin is under active development, it should "work", but the installation scripts are not yet done...
9
9
10
- ## Requirements
10
+ # Requirements
11
11
12
12
- ` nvim 0.9+ `
13
13
14
- ## Installation
14
+ # Installation
15
15
16
16
``` lua
17
17
-- packer.nvim
24
24
```
25
25
26
26
27
- ## How to use
27
+ # How to use
28
28
to encode, use:
29
29
``` lua
30
30
HtmlEncode
@@ -33,6 +33,6 @@ and to decode
33
33
``` lua
34
34
HtmlDecode
35
35
```
36
- ## Contributors
36
+ # Contributors
37
37
38
38
Contributions are welcome. If you have an idea for a feature you'd like to see added, submit a PR rquest
You can’t perform that action at this time.
0 commit comments