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 WebDAV"
|
||||
date: "2017-10-01"
|
||||
---
|
||||
|
||||
<i class="fa fa-globe"></i> WebDAV
|
||||
{{< icon "fa fa-globe" >}} WebDAV
|
||||
-----------------------------------------
|
||||
|
||||
Paths are specified as `remote:path`
|
||||
@@ -105,7 +105,7 @@ Depending on the exact version of Owncloud or Nextcloud hashes may
|
||||
appear on all objects, or only on objects which had a hash uploaded
|
||||
with them.
|
||||
|
||||
<!--- autogenerated options start - DO NOT EDIT, instead edit fs.RegInfo in backend/webdav/webdav.go then run make backenddocs -->
|
||||
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/webdav/webdav.go then run make backenddocs" >}}
|
||||
### Standard Options
|
||||
|
||||
Here are the standard options specific to webdav (Webdav).
|
||||
@@ -180,7 +180,7 @@ Command to run to get a bearer token
|
||||
- Type: string
|
||||
- Default: ""
|
||||
|
||||
<!--- autogenerated options stop -->
|
||||
{{< rem autogenerated options stop >}}
|
||||
|
||||
## Provider notes ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user