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:
Nick Craig-Wood
2020-05-22 12:22:52 +01:00
parent 06427371eb
commit 74b8cbfb84
128 changed files with 945 additions and 645 deletions

View File

@@ -4,7 +4,7 @@ description: "Remote Aliases"
date: "2018-01-30"
---
<i class="fa fa-link"></i> Alias
{{< icon "fa fa-link" >}} Alias
-----------------------------------------
The `alias` remote provides a new name for another remote.
@@ -88,7 +88,7 @@ Copy another local directory to the alias directory called source
rclone copy /home/source remote:source
<!--- autogenerated options start - DO NOT EDIT, instead edit fs.RegInfo in backend/alias/alias.go then run make backenddocs -->
{{< rem autogenerated options start" - DO NOT EDIT - instead edit fs.RegInfo in backend/alias/alias.go then run make backenddocs" >}}
### Standard Options
Here are the standard options specific to alias (Alias for an existing remote).
@@ -103,4 +103,4 @@ Can be "myremote:path/to/dir", "myremote:bucket", "myremote:" or "/local/path".
- Type: string
- Default: ""
<!--- autogenerated options stop -->
{{< rem autogenerated options stop >}}