chore(doc): remove backticks from helptags
This commit is contained in:
parent
d52ff470de
commit
9420fed0b1
14
README.md
14
README.md
|
@ -412,7 +412,7 @@ These are options that are available on specific components.
|
|||
For example you have option on `diagnostics` component to
|
||||
specify what your diagnostic sources will be.
|
||||
|
||||
#### `buffers` component options
|
||||
#### buffers component options
|
||||
|
||||
```lua
|
||||
sections = {
|
||||
|
@ -447,7 +447,7 @@ sections = {
|
|||
}
|
||||
```
|
||||
|
||||
#### `diagnostics` component options
|
||||
#### diagnostics component options
|
||||
|
||||
```lua
|
||||
sections = {
|
||||
|
@ -480,7 +480,7 @@ sections = {
|
|||
}
|
||||
```
|
||||
|
||||
#### `diff` component options
|
||||
#### diff component options
|
||||
|
||||
```lua
|
||||
sections = {
|
||||
|
@ -504,7 +504,7 @@ sections = {
|
|||
}
|
||||
```
|
||||
|
||||
#### `fileformat` component options
|
||||
#### fileformat component options
|
||||
|
||||
```lua
|
||||
sections = {
|
||||
|
@ -521,7 +521,7 @@ sections = {
|
|||
}
|
||||
```
|
||||
|
||||
#### `filename` component options
|
||||
#### filename component options
|
||||
|
||||
```lua
|
||||
sections = {
|
||||
|
@ -545,7 +545,7 @@ sections = {
|
|||
}
|
||||
```
|
||||
|
||||
#### `filetype` component options
|
||||
#### filetype component options
|
||||
|
||||
```lua
|
||||
sections = {
|
||||
|
@ -559,7 +559,7 @@ sections = {
|
|||
}
|
||||
```
|
||||
|
||||
#### `tabs` component options
|
||||
#### tabs component options
|
||||
|
||||
```lua
|
||||
sections = {
|
||||
|
|
|
@ -429,7 +429,7 @@ Component specific options These are options that are available on
|
|||
will be.
|
||||
|
||||
|
||||
*lualine-`buffers`-component-options*
|
||||
*lualine-buffers-component-options*
|
||||
|
||||
>
|
||||
sections = {
|
||||
|
@ -465,7 +465,7 @@ Component specific options These are options that are available on
|
|||
<
|
||||
|
||||
|
||||
*lualine-`diagnostics`-component-options*
|
||||
*lualine-diagnostics-component-options*
|
||||
|
||||
>
|
||||
sections = {
|
||||
|
@ -499,7 +499,7 @@ Component specific options These are options that are available on
|
|||
<
|
||||
|
||||
|
||||
*lualine-`diff`-component-options*
|
||||
*lualine-diff-component-options*
|
||||
|
||||
>
|
||||
sections = {
|
||||
|
@ -524,7 +524,7 @@ Component specific options These are options that are available on
|
|||
<
|
||||
|
||||
|
||||
*lualine-`fileformat`-component-options*
|
||||
*lualine-fileformat-component-options*
|
||||
|
||||
>
|
||||
sections = {
|
||||
|
@ -542,7 +542,7 @@ Component specific options These are options that are available on
|
|||
<
|
||||
|
||||
|
||||
*lualine-`filename`-component-options*
|
||||
*lualine-filename-component-options*
|
||||
|
||||
>
|
||||
sections = {
|
||||
|
@ -567,7 +567,7 @@ Component specific options These are options that are available on
|
|||
<
|
||||
|
||||
|
||||
*lualine-`filetype`-component-options*
|
||||
*lualine-filetype-component-options*
|
||||
|
||||
>
|
||||
sections = {
|
||||
|
@ -582,7 +582,7 @@ Component specific options These are options that are available on
|
|||
<
|
||||
|
||||
|
||||
*lualine-`tabs`-component-options*
|
||||
*lualine-tabs-component-options*
|
||||
|
||||
>
|
||||
sections = {
|
||||
|
|
Loading…
Reference in New Issue