mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
docs: set unsafe HTML parsing to false and fix raw HTML insertion
This means that markdown files can't contain <thing> any more.
This commit is contained in:
@@ -4,7 +4,7 @@ description: "Rclone docs for pCloud"
|
||||
date: "2017-10-01"
|
||||
---
|
||||
|
||||
<i class="fa fa-cloud"></i> pCloud
|
||||
{{< icon "fa fa-cloud" >}} pCloud
|
||||
-----------------------------------------
|
||||
|
||||
Paths are specified as `remote:path`
|
||||
@@ -134,7 +134,7 @@ So if the folder you want rclone to use has a URL which looks like
|
||||
in the browser, then you use `5xxxxxxxx8` as
|
||||
the `root_folder_id` in the config.
|
||||
|
||||
<!--- autogenerated options start - DO NOT EDIT, instead edit fs.RegInfo in backend/pcloud/pcloud.go then run make backenddocs -->
|
||||
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/pcloud/pcloud.go then run make backenddocs" >}}
|
||||
### Standard Options
|
||||
|
||||
Here are the standard options specific to pcloud (Pcloud).
|
||||
@@ -183,4 +183,4 @@ Fill in for rclone to use a non root folder as its starting point.
|
||||
- Type: string
|
||||
- Default: "d0"
|
||||
|
||||
<!--- autogenerated options stop -->
|
||||
{{< rem autogenerated options stop >}}
|
||||
|
||||
Reference in New Issue
Block a user