Update README
This commit is contained in:
parent
286d4151eb
commit
af1a99d631
14
README.md
14
README.md
@ -65,13 +65,13 @@ to get a better idea of how the markdown structure is transformed to vimdoc.
|
|||||||
Executing Md2Vim with the -help command line argument will trigger online help to be displayed. The list below provides
|
Executing Md2Vim with the -help command line argument will trigger online help to be displayed. The list below provides
|
||||||
a more detailed description of what the parameters do.
|
a more detailed description of what the parameters do.
|
||||||
|
|
||||||
* `cols`
|
* **cols**
|
||||||
|
|
||||||
The number of columns used for laying out vimdoc files to make them look as good as possible with your content.
|
The number of columns used for laying out vimdoc files to make them look as good as possible with your content.
|
||||||
Notice that file contents will not be wrapped to this value; this is purely for such things as horizontal rule
|
Notice that file contents will not be wrapped to this value; this is purely for such things as horizontal rule
|
||||||
widths and help tag positioning. This defaults to 80, but that's a bit too narrow for some people.
|
widths and help tag positioning. This defaults to 80, but that's a bit too narrow for some people.
|
||||||
|
|
||||||
* `desc`
|
* **desc**
|
||||||
|
|
||||||
Vim help files are supposed to start with the following two fields on the first line:
|
Vim help files are supposed to start with the following two fields on the first line:
|
||||||
|
|
||||||
@ -82,7 +82,7 @@ a more detailed description of what the parameters do.
|
|||||||
The first field is the filename of the generated vimdoc help file; the second is the description can you provide
|
The first field is the filename of the generated vimdoc help file; the second is the description can you provide
|
||||||
with this parameter.
|
with this parameter.
|
||||||
|
|
||||||
* `norules`
|
* **norules**
|
||||||
|
|
||||||
By default, we generate horizontal rules above level 1-2 headings, as shown below:
|
By default, we generate horizontal rules above level 1-2 headings, as shown below:
|
||||||
|
|
||||||
@ -94,12 +94,12 @@ a more detailed description of what the parameters do.
|
|||||||
```
|
```
|
||||||
If you don't like the way it looks you can turn it off.
|
If you don't like the way it looks you can turn it off.
|
||||||
|
|
||||||
* `notoc`
|
* **notoc**
|
||||||
|
|
||||||
If you don't wish to generate a table of contents you should set this flag to opt out. The table of contents lists
|
If you don't wish to generate a table of contents you should set this flag to opt out. The table of contents lists
|
||||||
all of the headings in the document and is always inserted before the beginning of document body.
|
all of the headings in the document and is always inserted before the beginning of document body.
|
||||||
|
|
||||||
* `pascal`
|
* **pascal**
|
||||||
|
|
||||||
By default, all help tags get converted to lower case and space delimited words are joined with underscores.
|
By default, all help tags get converted to lower case and space delimited words are joined with underscores.
|
||||||
|
|
||||||
@ -107,12 +107,12 @@ a more detailed description of what the parameters do.
|
|||||||
rigellians-how_to_cook_for_fourty_humans
|
rigellians-how_to_cook_for_fourty_humans
|
||||||
```
|
```
|
||||||
|
|
||||||
If you prefer the PascalCase way of doing things, set this flag and your output will look like this:
|
If you prefer the *PascalCase* way of doing things, set this flag and your output will look like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
Rigellians-HowToCookForFourtyHumans
|
Rigellians-HowToCookForFourtyHumans
|
||||||
```
|
```
|
||||||
|
|
||||||
* `tabs`
|
* **tabs**
|
||||||
|
|
||||||
If you don't like four space tabs for some reason you can change it to something else with this parameter.
|
If you don't like four space tabs for some reason you can change it to something else with this parameter.
|
||||||
|
Loading…
Reference in New Issue
Block a user