docs: wrap code example into <code>
This commit is contained in:
parent
ce7047d88a
commit
6e945fba82
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<h1>Rclone Commands</h1>
|
<h1>Rclone Commands</h1>
|
||||||
<p>
|
<p>
|
||||||
This is an index of all commands in rclone. Run "rclone
|
This is an index of all commands in rclone. Run <code>rclone
|
||||||
command --help" to see the help for that command.
|
command --help</code> to see the help for that command.
|
||||||
</p>
|
</p>
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Reference in a new issue