docs: fix formatting of rc docs page
See: https://forum.rclone.org/t/rclone-1-53-release/18880/24
This commit is contained in:
parent
3a4322a7ba
commit
344bce7e2a
3 changed files with 7 additions and 5 deletions
|
@ -537,6 +537,8 @@ OR
|
||||||
"result": "<Raw command line output>"
|
"result": "<Raw command line output>"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
**Authentication is required for this call.**
|
**Authentication is required for this call.**
|
||||||
|
|
||||||
### core/gc: Runs a garbage collection. {#core-gc}
|
### core/gc: Runs a garbage collection. {#core-gc}
|
||||||
|
@ -1212,7 +1214,7 @@ This allows you to remove a plugin using it's name
|
||||||
|
|
||||||
This takes parameters
|
This takes parameters
|
||||||
|
|
||||||
- name: name of the plugin in the format <author>/<plugin_name>
|
- name: name of the plugin in the format `author`/`plugin_name`
|
||||||
|
|
||||||
Eg
|
Eg
|
||||||
|
|
||||||
|
@ -1226,7 +1228,7 @@ This allows you to remove a plugin using it's name
|
||||||
|
|
||||||
This takes the following parameters
|
This takes the following parameters
|
||||||
|
|
||||||
- name: name of the plugin in the format <author>/<plugin_name>
|
- name: name of the plugin in the format `author`/`plugin_name`
|
||||||
|
|
||||||
Eg
|
Eg
|
||||||
|
|
||||||
|
|
|
@ -379,7 +379,7 @@ OR
|
||||||
"result": "<Raw command line output>"
|
"result": "<Raw command line output>"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
` + "```" + `
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
@ -45,7 +45,7 @@ func init() {
|
||||||
|
|
||||||
This takes the following parameters
|
This takes the following parameters
|
||||||
|
|
||||||
- name: name of the plugin in the format <author>/<plugin_name>
|
- name: name of the plugin in the format ` + "`author`/`plugin_name`" + `
|
||||||
|
|
||||||
Eg
|
Eg
|
||||||
|
|
||||||
|
@ -212,7 +212,7 @@ func init() {
|
||||||
|
|
||||||
This takes parameters
|
This takes parameters
|
||||||
|
|
||||||
- name: name of the plugin in the format <author>/<plugin_name>
|
- name: name of the plugin in the format ` + "`author`/`plugin_name`" + `
|
||||||
|
|
||||||
Eg
|
Eg
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue